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

You don't need to execute colcon build every time you change your python code if you include the option --symlink-install. So use

colcon build --symlink-install

Best regards