Skip to content

Update to Rerun 0.23.4 #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 10, 2025
Merged

Update to Rerun 0.23.4 #19

merged 2 commits into from
Jul 10, 2025

Conversation

blooop
Copy link
Contributor

@blooop blooop commented Jul 9, 2025

When running pixi r go2_example I got

pixi r go2_example
✨ Pixi task (ws): mkdir -p humble_ws/src && ln -sfn $(pwd)/rerun_bridge humble_ws/src/rerun_bridge

✨ Pixi task (build): colcon build --packages-select rerun_bridge --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
Starting >>> rerun_bridge
Finished <<< rerun_bridge [1.75s]

Summary: 1 package finished [1.80s]

✨ Pixi task (go2_example_data): curl -L -C - -O https://storage.googleapis.com/rerun-example-datasets/go2_ros2.zip && unzip go2_ros2.zip
Task 'go2_example_data' can be skipped (cache hit) 🚀

✨ Pixi task (go2_ros2_sdk): (test -d src/go2_ros2_sdk || git clone --recurse-submodules https://github.com/abizovnuralem/go2_ros2_sdk.git src/go2_ros2_sdk)
&& colcon build --packages-select go2_interfaces go2_robot_sdk --cmake-args -DCMAKE_BUILD_TYPE=Release

Starting >>> go2_interfaces
Finished <<< go2_interfaces [0.60s]
Starting >>> go2_robot_sdk
[0.707s] colcon.colcon_ros.task.ament_python.build ERROR Failed to find the following files:
- /home/ags/projects/cpp-example-ros2-bridge/humble_ws/install/unitree_go/share/unitree_go/package.sh
Check that the following packages have been built:
- unitree_go
Failed   <<< go2_robot_sdk [0.00s, exited with code 1]

Summary: 1 package finished [0.66s]
  1 package failed: go2_robot_sdk

adding unitree_go to the --packages-select fixes this.

I also updated rerun to the latest version.

@emilk emilk changed the title Hotfix/go2 example Update to Rerun 0.23.4 Jul 10, 2025
Copy link
Member

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@emilk emilk merged commit eaa59ee into rerun-io:main Jul 10, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants