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

Adds support for MJCF converter #957

Merged
merged 15 commits into from
Sep 11, 2024
Merged

Conversation

qqqwan
Copy link
Contributor

@qqqwan qqqwan commented Sep 6, 2024

Description

Added command-line MJCF conversion script and corresponding support and test files.

  • convert_mjcf.py in standalone/tools/
  • mjcf_converter.py and mjcf_converter_cfg.py in extensions/omni.isaac.lab/omni/isaac/lab/sim/converters/
  • tests and corresponding tutorial update

Checklist

  • I have run the pre-commit checks with ./isaaclab.sh --format
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the changelog and the corresponding version in the extension's config/extension.toml file
  • I have added my name to the CONTRIBUTORS.md or my name already exists there

@kellyguo11 kellyguo11 changed the title MJCF converter Adds support for MJCF converter Sep 7, 2024
docs/source/how-to/import_new_asset.rst Outdated Show resolved Hide resolved
docs/source/how-to/import_new_asset.rst Outdated Show resolved Hide resolved
docs/source/how-to/import_new_asset.rst Outdated Show resolved Hide resolved
docs/source/how-to/import_new_asset.rst Outdated Show resolved Hide resolved
Copy link
Contributor

@Mayankm96 Mayankm96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor docs related changes. Otherwise looks good.

@Mayankm96 Mayankm96 added the enhancement New feature or request label Sep 8, 2024
qqqwan and others added 4 commits September 9, 2024 17:56
Signed-off-by: Kelly Guo <kellyg@nvidia.com>
Signed-off-by: Kelly Guo <kellyguo123@hotmail.com>
Signed-off-by: Kelly Guo <kellyguo123@hotmail.com>
@kellyguo11 kellyguo11 merged commit dd22e7a into isaac-sim:main Sep 11, 2024
1 of 2 checks passed
iamdrfly pushed a commit to iamdrfly/IsaacLab that referenced this pull request Nov 21, 2024
# Description

Added command-line MJCF conversion script and corresponding support and
test files.
- `convert_mjcf.py` in `standalone/tools/`
- `mjcf_converter.py` and `mjcf_converter_cfg.py` in
`extensions/omni.isaac.lab/omni/isaac/lab/sim/converters/`
- tests and corresponding tutorial update


## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there

---------

Signed-off-by: Kelly Guo <kellyg@nvidia.com>
Signed-off-by: Kelly Guo <kellyguo123@hotmail.com>
Co-authored-by: Kelly Guo <kellyg@nvidia.com>
Co-authored-by: Kelly Guo <kellyguo123@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants