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

Revision history [back]

You have to let ROS env know about this "new-coming" package but source it in devel workspace by running:

$ . ~/catkin_ws/devel/setup.bash

addressed in Building a catkin package in Catkin tutorial.

Hope this might help.