6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/bin/env bash
|
|
|
|
source /opt/ros/jazzy/setup.bash
|
|
|
|
colcon build --packages-up-to-regex "toid_(?!bt)"
|
|
colcon build --packages-up-to-regex "camera_ros" |