chore: add ROS2 build convenience script
Single-command colcon build helper for the common robostack configuration. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
7
ros2/build.sh
Executable file
7
ros2/build.sh
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
source /opt/ros/humble/setup.bash
|
||||||
|
colcon build --symlink-install "$@"
|
||||||
|
echo ""
|
||||||
|
echo "Done. Source with: source install/setup.bash"
|
||||||
Reference in New Issue
Block a user