File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ deploy = {cmd = "scripts/deploy_robots.py", description = "Deploys the current e
1515format = {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 ]
1823cmd = " colcon build --symlink-install --cmake-args -G 'Unix Makefiles' "
1924description = " Builds all ROS 2 packages. Add --packages-select <package names> to build specific packages."
2025
@@ -168,10 +173,10 @@ curl = ">=8.17.0,<9"
168173make = " >=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
You can’t perform that action at this time.
0 commit comments