ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

According to c++filt, the symbol that the linker can't find is ros::NodeHandle::subscribe(ros::SubscribeOptions&).

I would expect that to be coming in with roscpp, but seeing the error message shown, something is not right.

If you can show us your CMakeLists.txt, perhaps we can see whether something is not entirely ok with it.