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

Revision history [back]

You can do:

catkin_make install

This will make an install directory with your binaries, libraries, messages, setup.bash, etc that are all in one easy place. Then do:

source /path_to_package/package/install/setup.bash

This will make everything available to rosrun.