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

No, you do not need to rerun catkin_make, make or anything else.

When working in devel space catkin does not copy your source. It provides a redirect from the devel space to your source space, using python import infrastructure. This means that any changes in your sources will be reflected in your next execution as if they were on your PYTHONPATH.