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

Revision history [back]

To fix your "undefined reference" compile errors, add "bondcpp" in your find_package list in CMakeLists.txt. eg:

...
find_package(catkin REQUIRED COMPONENTS
  geometry_msgs
  roscpp
  std_msgs
  bondcpp
)
...