We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1162d commit a9f2f9bCopy full SHA for a9f2f9b
pixi.toml
@@ -106,16 +106,13 @@ depends_on = [
106
"go2_ros2_sdk",
107
"rosbag2_storage_mcap",
108
"rerun_viewer",
109
- "rerun_urdf_loader",
110
]
111
cwd = "humble_ws"
112
113
# Install Rerun and URDF loader manually via pip3, this should be replaced with direct pypi dependencies in the future.
114
[tasks.rerun_viewer]
115
cmd = "pip install rerun-sdk==0.24.0"
116
117
-[tasks.rerun_urdf_loader]
118
-cmd = "pip install git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git"
119
120
[dependencies]
121
pip = ">=24.0,<25" # To install rerun-sdk and rerun-loader-python-example-urdf
0 commit comments