This repository was archived by the owner on Jul 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ cmd = """
6262&& colcon build --packages-select mcap_vendor rosbag2_storage_mcap_testdata rosbag2_storage_mcap --cmake-args -DCMAKE_BUILD_TYPE=Release
6363"""
6464depends_on = [" ws" ]
65+ outputs = [" humble_ws/install/mcap_vendor" , " humble_ws/install/rosbag2_storage_mcap" ]
6566cwd = " humble_ws"
6667
6768# ------------------------------------------------------------------------------------------
@@ -95,6 +96,8 @@ cmd = """
9596(test -d src/go2_ros2_sdk || git clone --recurse-submodules https://github.com/abizovnuralem/go2_ros2_sdk.git src/go2_ros2_sdk)
9697&& colcon build --packages-select unitree_go go2_interfaces go2_robot_sdk --cmake-args -DCMAKE_BUILD_TYPE=Release
9798"""
99+ # Only track go2_interfaces output to prevent rebuilds that cause numpy header compilation errors
100+ outputs = [" humble_ws/install/go2_interfaces" ]
98101cwd = " humble_ws"
99102depends_on = [" ws" ]
100103
You can’t perform that action at this time.
0 commit comments