How to modify python code without doing colcon build ?
In ROS1, when I modified a python code, I just had to re-run the node. In ROS2, the python code always has to be copied in python folders usinf colcon build. I see it is safer but for small development for prototyping, I often forget to "colcon build" (when I add breakpoint() for instance) Is it possible ?