Skip to content

Commit 4ac4a45

Browse files
authored
Improve build_agent.sh script (#232)
1 parent 69cee11 commit 4ac4a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -o pipefail
66

77
echo "Building micro-ROS Agent"
88

9-
colcon build --packages-select micro_ros_agent microxrcedds_agent drive_base_msgs $@ --cmake-args \
9+
colcon build --packages-up-to micro_ros_agent $@ --cmake-args \
1010
"-DUAGENT_BUILD_EXECUTABLE=OFF" \
1111
"-DUAGENT_P2P_PROFILE=OFF" \
1212
"--no-warn-unused-cli"

0 commit comments

Comments
 (0)