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

Update mjcf parser and urdf parser #538

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
496a082
Fix euler parsing
etaoxing Feb 21, 2025
5533709
Fix axisangle parsing (so not np object)
etaoxing Feb 21, 2025
bb4f6d8
Move to `parse_shapes()` inner fn
etaoxing Feb 21, 2025
1c9ade2
Set `meshdir` when compiler is None
etaoxing Feb 21, 2025
6b52eb3
Ensure `body_name` is valid USD path
etaoxing Feb 21, 2025
44e90d7
Fix when `joint_name` is empty
etaoxing Feb 21, 2025
86ca2e7
Add `joint_limit_lower` and `joint_limit_lower` kwarg
etaoxing Feb 21, 2025
cdd150a
Add inertia and mass parsing for `parse_mjcf()`, following `parse_urd…
etaoxing Feb 21, 2025
f5c7012
Improve mesh parsing in mjcf (following urdf)
etaoxing Feb 21, 2025
2141d3e
Reorder kwargs in mjcf (to match urdf)
etaoxing Feb 21, 2025
64d8fa8
Return shapes in `parse_shapes()` inner fn
etaoxing Feb 21, 2025
e7c2856
Add `floating` and `base_joint` kwarg in mjcf (following urdf)
etaoxing Feb 21, 2025
dc652e7
Improve mjcf class parsing
etaoxing Feb 21, 2025
844b945
Improve visual vs collider parsing in mjcf
etaoxing Feb 21, 2025
7e07092
Add `ignore_names` kwarg for mjcf
etaoxing Feb 21, 2025
46654ae
Add `hide_visuals` kwarg for urdf
etaoxing Feb 21, 2025
b0cf4dd
Update `parse_mjcf()` kwarg defaults (to match urdf)
etaoxing Feb 21, 2025
4472394
Rename vars for `add_shape_mesh` call to match b/w mjcf and urdf
etaoxing Feb 21, 2025
5fc6407
Add capsule parsing for urdf
etaoxing Feb 21, 2025
a6ada11
Ruff reformat
etaoxing Feb 21, 2025
659e18c
Add verbose flag for mjcf prints
etaoxing Feb 21, 2025
72513bb
Fix disabled_kinematics test
etaoxing Feb 21, 2025
24089ad
Clean up unused import
etaoxing Feb 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading