We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cee11 commit 4ac4a45Copy full SHA for 4ac4a45
1 file changed
scripts/build_agent.sh
@@ -6,7 +6,7 @@ set -o pipefail
6
7
echo "Building micro-ROS Agent"
8
9
-colcon build --packages-select micro_ros_agent microxrcedds_agent drive_base_msgs $@ --cmake-args \
+colcon build --packages-up-to micro_ros_agent $@ --cmake-args \
10
"-DUAGENT_BUILD_EXECUTABLE=OFF" \
11
"-DUAGENT_P2P_PROFILE=OFF" \
12
"--no-warn-unused-cli"
0 commit comments