Skip to content

Commit 01280b7

Browse files
committed
[hotfix] add unitree_go to --packages-select to fix build error
1 parent 22c4342 commit 01280b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ depends_on = ["build"]
9393
[tasks.go2_ros2_sdk]
9494
cmd = """
9595
(test -d src/go2_ros2_sdk || git clone --recurse-submodules https://github.com/abizovnuralem/go2_ros2_sdk.git src/go2_ros2_sdk)
96-
&& colcon build --packages-select go2_interfaces go2_robot_sdk --cmake-args -DCMAKE_BUILD_TYPE=Release
96+
&& colcon build --packages-select unitree_go go2_interfaces go2_robot_sdk --cmake-args -DCMAKE_BUILD_TYPE=Release
9797
"""
9898
cwd = "humble_ws"
9999
depends_on = ["ws"]

0 commit comments

Comments
 (0)