ros2-docs/docs/General ROS 2/Colcon.md
2024-11-26 20:37:59 -05:00

289 B
Executable File

Installing

To install colcon first run the sudo apt install command.

sudo apt install python3-colcon-common-extensions

then add the colcon autocomplete to the .bashrc file.

echo 'source /usr/share/colcon_argcomplete/hook/colcon-argcomplete.bash' >> ~/.bashrc