ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It's strongly recommended to use system dependencies declared in the package.xml file and then standard tools like rosdep can both check and resolve them.
colcon is a build tool. We have specifically separated build and install stages for cleaner separation of concerns as well as to avoid side effects that might have security implications.
A standard practice is to: