File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ cwd = "humble_ws"
112
112
113
113
# Install Rerun and URDF loader manually via pip3, this should be replaced with direct pypi dependencies in the future.
114
114
[tasks .rerun_viewer ]
115
- cmd = " pip install rerun-sdk==0.18.2 "
115
+ cmd = " pip install rerun-sdk==0.23.4 "
116
116
117
117
[tasks .rerun_urdf_loader ]
118
118
cmd = " pip install git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ find_package(OpenCV REQUIRED)
22
22
find_package (yaml-cpp REQUIRED )
23
23
24
24
include (FetchContent )
25
- FetchContent_Declare (rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.18.2 /rerun_cpp_sdk.zip )
25
+ FetchContent_Declare (rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.23.4 /rerun_cpp_sdk.zip )
26
26
FetchContent_MakeAvailable (rerun_sdk )
27
27
28
28
# setup targets (has to be done before ament_package call)
You can’t perform that action at this time.
0 commit comments