hongbo-miao/hongbomiao.com

View on GitHub
robotics/robot-operating-system/bin/launch_turtle_robot.sh

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash
set -e

colcon build --packages-select=turtle_robot
colcon build --packages-select=turtle_robot_launch
ros2 launch turtle_robot_launch turtle_robot.launch.py