Skip to content

Commit eaa59ee

Browse files
authored
Update to Rerun 0.23.4 (#19)
1 parent 22c4342 commit eaa59ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ depends_on = ["build"]
9393
[tasks.go2_ros2_sdk]
9494
cmd = """
9595
(test -d src/go2_ros2_sdk || git clone --recurse-submodules https://github.com/abizovnuralem/go2_ros2_sdk.git src/go2_ros2_sdk)
96-
&& colcon build --packages-select go2_interfaces go2_robot_sdk --cmake-args -DCMAKE_BUILD_TYPE=Release
96+
&& colcon build --packages-select unitree_go go2_interfaces go2_robot_sdk --cmake-args -DCMAKE_BUILD_TYPE=Release
9797
"""
9898
cwd = "humble_ws"
9999
depends_on = ["ws"]
@@ -112,7 +112,7 @@ cwd = "humble_ws"
112112

113113
# Install Rerun and URDF loader manually via pip3, this should be replaced with direct pypi dependencies in the future.
114114
[tasks.rerun_viewer]
115-
cmd = "pip install rerun-sdk==0.18.2"
115+
cmd = "pip install rerun-sdk==0.23.4"
116116

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

rerun_bridge/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ find_package(OpenCV REQUIRED)
2222
find_package(yaml-cpp REQUIRED)
2323

2424
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)
2626
FetchContent_MakeAvailable(rerun_sdk)
2727

2828
# setup targets (has to be done before ament_package call)

0 commit comments

Comments
 (0)