ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.