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