mirror of
https://github.com/TheRobotStudio/SO-ARM100.git
synced 2026-01-08 23:08:03 -05:00
Fix Mujoco attributes #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adityakamath on 6/15/2025
There are a few incorrect mujoco attributes in the XML files generated from the CAD-to-Mujoco script. Might be due to the script not being updated.
With the incorrect Mujoco files, if they are loaded into the Mujoco viewer app directly, Mujoco ignores the errors, but when using their python SDK, these issues aren't ignored and show up as errors.
After these fixes, the XML files work in both ways - via the viewer + via the SDK.