Skip to content
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

Updates to the Andino model #6

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

ndelima-ekumen
Copy link
Collaborator

This PR introduces small improvements in the Andino XML file:

  • Most are format changes that improve readability, inspired by the models found in mujoco_menagerie.
  • Some positions were tuned (the most notable is the position and orientation of the Andino chassis).
  • Fixed the caster misalignment and missing joint, also simplified the collision geom.
  • Removed the camera position so it gets aligned with the parent body. There is an issue with this: when including the Andino XML in a scene with other includes, the camera element changes position and size. I'm not sure why this happens, I'll create an issue to investigate that.

Fixed caster wheel position.
Added a joint to the caster wheel support for allowing rotation.

Signed-off-by: Nicolas de Lima <[email protected]>
The camera should be aligned with the camera mount, so it needs to have
the same position as the parent.

Signed-off-by: Nicolas de Lima <[email protected]>
Simplified caster wheel collision to a cylinder geom instead of a mesh.
Modified the size of the rubber wheels to better match the mesh size.
Made cylinder geoms for collisions translucent.
Minor formatting changes.

Signed-off-by: Nicolas de Lima <[email protected]>
Moved the Andino up, so that the base is aligned with the plane z=0.
Changed the orientation: removed the rotation around the z axis, and
added a small tilt in the y axis to take into account the difference in
the size of the wheels.
Minor formatting changes.

Signed-off-by: Nicolas de Lima <[email protected]>
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.

1 participant