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

Revision history [back]

Did you source the workspace?

Normally, the source call is made in ~/.bashrc, but you can also just use it from the command line.

For ROS kinetic:

source /opt/ros/kinetic/setup.bash

and, in your case, assuming that your catkin workspace is actually ~/ros_workspace:

source ~/ros_workspace/devel/setup.bash

Then you should be able to do

roslaunch blink blink