Fish shell support for colcon.
# Install
pip install colcon-fish
# Build your ROS 2 workspace
cd ~/ros2_ws && colcon build
# Source in fish
source install/setup.fish
# Run
ros2 run my_package my_node- colcon-core - core framework
- colcon documentation - official docs
- colcon/colcon-core#710 - fish support issue
Apache-2.0