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

You might need to rebuild your workspace before your new package is findable.

(If this works, please let me know and I'll update the tutorial)

You might need to rebuild your workspace before your new package is findable.findable:

cd ~/catkin_ws
catkin_make
. devel/setup.bash
rospack depends1 beginner_tutorials

(If this works, please let me know and I'll update the tutorial)