Skip to content

Commit b486dab

Browse files
committed
Add custom onnxruntime
Signed-off-by: Florian Vahl <florian@flova.de>
1 parent f5f5184 commit b486dab

2 files changed

Lines changed: 18 additions & 26 deletions

File tree

pixi.lock

Lines changed: 12 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ ros-jazzy-urdf = ">=2.10.0,<3"
147147
ros-jazzy-urdfdom-py = ">=1.2.1,<2"
148148
ros-jazzy-vision-msgs = ">=4.1.1,<5"
149149
ros-jazzy-vision-opencv = ">=4.1.0,<5"
150-
onnxruntime-cpp = ">=1.19.2,<2"
151150
ros-jazzy-visualization-msgs = ">=5.3.6,<6"
152151
ros-jazzy-web-video-server = ">=2.1.1,<3"
153152
ros-jazzy-xacro = ">=2.1.1,<3"
@@ -168,6 +167,12 @@ git = ">=2.52.0,<3" # Otherwise the system git might be used causing ABI issues
168167
curl = ">=8.17.0,<9"
169168
make = ">=4.4.1,<5" # To avoid issues in the CI
170169

170+
[feature.ros.target.linux-64.dependencies]
171+
libonnxruntime-webgpu = {path= "./libonnxruntime-webgpu-1.24.3-hb0f4dca_0.conda"}
172+
173+
[feature.ros.target.linux-aarch64.dependencies]
174+
libonnxruntime-webgpu = {path= "./libonnxruntime-webgpu-1.24.3-he8cfe8b_0.conda"}
175+
171176
[feature.format.dependencies]
172177
# Add git-subrepo to format dependencies as currently there are
173178
# sqlite conflicts in the default/ros environment preventing execution

0 commit comments

Comments
 (0)