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

Hello,

If you run colcon build -h you will see all the available options. In this case you should use:

  --install-base INSTALL_BASE
                    The base path for all install prefixes (default:
                    install)

Your command should look like: colcon build --install-base /opt/ros/foxy/ ...