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

Catkin can't find it because it doesn't know your catkin_ws/src/ environment exists. Try doing

cd catkin_ws source devel/setup.bash

then re-run the code. It should now know about your created-from-source messages.

Catkin can't find it because it doesn't know your catkin_ws/src/ environment exists. Try doing

cd catkin_ws && source devel/setup.bash

then re-run the code. It should now know about your created-from-source messages.