Skip to content

Commit 6a18601

Browse files
committed
restore previous urdf loader
1 parent aade107 commit 6a18601

File tree

2 files changed

+34
-32
lines changed

2 files changed

+34
-32
lines changed

pixi.lock

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

pixi.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ depends-on = [
106106
"go2_ros2_sdk",
107107
"rosbag2_storage_mcap",
108108
"rerun_viewer",
109+
"rerun_urdf_loader",
109110
]
110111
cwd = "humble_ws"
111112

@@ -114,11 +115,12 @@ cwd = "humble_ws"
114115
cmd = "pip install rerun-sdk==0.24.0"
115116

116117

117-
118+
[tasks.rerun_urdf_loader]
119+
cmd = "pip install git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git"
118120

119121
[dependencies]
120122
python = "3.11.*"
121-
numpy = "1.25.*" #1.26.x fails during go2_interface compile
123+
numpy = "1.24.*" #1.26.x fails during go2_interface compile
122124
pip = ">=24.0,<25" # To install rerun-sdk
123125

124126
# C++ build-tools:

0 commit comments

Comments
 (0)