File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ cmd = """
62
62
&& colcon build --packages-select mcap_vendor rosbag2_storage_mcap_testdata rosbag2_storage_mcap --cmake-args -DCMAKE_BUILD_TYPE=Release
63
63
"""
64
64
depends_on = [" ws" ]
65
+ outputs = [" humble_ws/install/mcap_vendor" , " humble_ws/install/rosbag2_storage_mcap" ]
65
66
cwd = " humble_ws"
66
67
67
68
# ------------------------------------------------------------------------------------------
@@ -95,6 +96,8 @@ cmd = """
95
96
(test -d src/go2_ros2_sdk || git clone --recurse-submodules https://github.com/abizovnuralem/go2_ros2_sdk.git src/go2_ros2_sdk)
96
97
&& colcon build --packages-select unitree_go go2_interfaces go2_robot_sdk --cmake-args -DCMAKE_BUILD_TYPE=Release
97
98
"""
99
+ # Only track go2_interfaces output to prevent rebuilds that cause numpy header compilation errors
100
+ outputs = [" humble_ws/install/go2_interfaces" ]
98
101
cwd = " humble_ws"
99
102
depends_on = [" ws" ]
100
103
You can’t perform that action at this time.
0 commit comments