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

It is a linker error. You will have to link against libroscpp.

It is a linker error. You will have to link against libroscpp.

Edit:

You might find these excellent tutorials by Jonathan Bohren useful. They explain step by step and bottom up how programs using ROS are built and how this is aided by catkin.

  1. http://jbohren.com/articles/roscpp-hello-world/
  2. http://jbohren.com/articles/gentle-catkin-intro/
  3. http://jbohren.com/articles/modular-ros-packages/