Skip to content

Commit 7fa0611

Browse files
committed
Only build ZED packages on robot
1 parent df6883f commit 7fa0611

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

pixi.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ deploy = {cmd = "scripts/deploy_robots.py", description = "Deploys the current e
1515
format = {cmd = "pre-commit run --all-files", description = "Runs code formatting and linting."}
1616

1717
[tasks.build]
18+
# Skipping ZED-camera related packages as they require a local installation of the ZED SDK.
19+
cmd = "colcon build --symlink-install --cmake-args -G 'Unix Makefiles' --packages-skip zed_wrapper zed_components zed_msgs zed_ros2 "
20+
description = "Builds all ROS 2 packages. Add --packages-select <package names> to build specific packages."
21+
22+
[feature.robot.tasks.build]
1823
cmd = "colcon build --symlink-install --cmake-args -G 'Unix Makefiles' "
1924
description = "Builds all ROS 2 packages. Add --packages-select <package names> to build specific packages."
2025

@@ -168,10 +173,10 @@ curl = ">=8.17.0,<9"
168173
make = ">=4.4.1,<5" # To avoid issues in the CI
169174

170175
[feature.ros.target.linux-64.dependencies]
171-
libonnxruntime-webgpu = {path= "./libonnxruntime-webgpu-1.24.3-hb0f4dca_0.conda"}
176+
#libonnxruntime-webgpu = {path= "./libonnxruntime-webgpu-1.24.3-hb0f4dca_0.conda"}
172177

173178
[feature.ros.target.linux-aarch64.dependencies]
174-
libonnxruntime-webgpu = {path= "./libonnxruntime-webgpu-1.24.3-he8cfe8b_0.conda"}
179+
#libonnxruntime-webgpu = {path= "./libonnxruntime-webgpu-1.24.3-he8cfe8b_0.conda"}
175180

176181
[feature.format.dependencies]
177182
# Add git-subrepo to format dependencies as currently there are

0 commit comments

Comments
 (0)