cpp-example-ros2-bridge icon indicating copy to clipboard operation
cpp-example-ros2-bridge copied to clipboard

Feature/rerun 0.24

Open blooop opened this issue 5 months ago • 2 comments

This pr updates the cpp-ros2-bridge to use rerun 0.24.0 and removes the old urdf loader plugin.

It also adds a joint state logger.

This shows what output of the go2 example looks like.

https://github.com/user-attachments/assets/5817d6f3-04ea-4d66-95e1-629fc38a6ef2

Unsolved issues

  • [ ] urdf collision representation always loads and is not animated

But I think that is outside the scope of this pr.

blooop avatar Jul 18 '25 16:07 blooop

I ran this on my home pc and the urdf did not load, so converting this to a draft.

blooop avatar Jul 19 '25 10:07 blooop

This is not working becuase the new urdf loader doesn't work the the meshes in the go2 package, but is able to load the collision meshes. I have kept in the old external urdf loader which is why I was able to see the robot still moving around.

I need to update the code so the new loader animates, but I don't think 0.24 will be compatible with this example until its able to load the collada meshes and I can disable the old urdf loader.

[visualizer-2] [2025-07-21T09:56:37Z WARN  re_view_spatial::mesh_cache] Failed to load mesh "/go2/map/map_joint/odom/odom_joint/base_link/FL_hip_joint/FL_hip/FL_thigh_joint/FL_thigh/FL_calf_joint/FL_calf/FL_foot_joint/FL_foot/visual_0": model/vnd.collada+xml files are not supported
[visualizer-2] [2025-07-21T09:56:37Z WARN  re_view_spatial::mesh_cache] Failed to load mesh "/go2/map/map_joint/odom/odom_joint/base_link/FL_hip_joint/FL_hip/FL_thigh_joint/FL_thigh/FL_calf_joint/FL_calf/visual_0": model/vnd.collada+xml files are not supported
[visualizer-2] [2025-07-21T09:56:37Z WARN  re_view_spatial::mesh_cache] Failed to load mesh "/go2/map/map_joint/odom/odom_joint/base_link/FL_hip_joint/FL_hip/FL_thigh_joint/FL_thigh/visual_0": model/vnd.collada+xml files are not supported
[visualizer-2] [2025-07-21T09:56:37Z WARN  re_view_spatial::mesh_cache] Failed to load mesh "/go2/map/map_joint/odom/odom_joint/base_link/FL_hip_joint/FL_hip/visual_0": model/vnd.collada+xml files are not supported
[visualizer-2] [2025-07-21T09:56:37Z WARN  re_view_spatial::mesh_cache] Failed to load mesh "/go2/map/map_joint/odom/odom_joint/base_link/FR_hip_joint/FR_hip/FR_thigh_joint/FR_thigh/FR_calf_joint/FR_calf/FR_foot_joint/FR_foot/visual_0": model/vnd.collada+xml files are not supported

blooop avatar Jul 21 '25 10:07 blooop