Build ROS2 packages with colcon
Builds ROS2 packages in the current workspace using colcon, typically with symlink install for development.
When to use
Use this when you need to compile ROS2 packages after modifying source code, before testing or running nodes.
How to invoke
manual via /build, auto-invoked when relevant
npx claudepluginhub flexnetos/ripple-envcommands/Build ROS2 packages in the current workspace.
Run colcon build --symlink-install to build all packages with symlink install for development.
nom develop or direnv allow)source install/setup.bashcolcon build --symlink-installcolcon build --packages-select <pkg>colcon build --packages-up-to <pkg>build/, install/, log/ directories first