Skip to content

Commit a9f2f9b

Browse files
committed
remove obsolete rerun urdf-loader
1 parent 0d1162d commit a9f2f9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pixi.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,13 @@ depends_on = [
106106
"go2_ros2_sdk",
107107
"rosbag2_storage_mcap",
108108
"rerun_viewer",
109-
"rerun_urdf_loader",
110109
]
111110
cwd = "humble_ws"
112111

113112
# Install Rerun and URDF loader manually via pip3, this should be replaced with direct pypi dependencies in the future.
114113
[tasks.rerun_viewer]
115114
cmd = "pip install rerun-sdk==0.24.0"
116115

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

120117
[dependencies]
121118
pip = ">=24.0,<25" # To install rerun-sdk and rerun-loader-python-example-urdf

0 commit comments

Comments
 (0)