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

The right way to do this is to create your own catkin package outside workspace where the whole ROS was compiled. Then you have to source your new workspace adding e.g. source ~/my_package/devel/setup.bash to your .bashrc file. If ROS still can't see your package try typing rospack profile command and it should find it.