-
Notifications
You must be signed in to change notification settings - Fork 13
Feature/rerun 0.24 #21
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
base: main
Are you sure you want to change the base?
Conversation
…ove deprecation warning
I ran this on my home pc and the urdf did not load, so converting this to a draft. |
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 |
…y 2 errors on second compilation
c9a2ff9
to
a194e38
Compare
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.
rerun_go2.mp4
Unsolved issues
But I think that is outside the scope of this pr.