• qqqwan's avatar
    Adds support for MJCF converter (#957) · dd22e7a6
    qqqwan authored
    # 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: 's avatarKelly Guo <kellyg@nvidia.com>
    Signed-off-by: 's avatarKelly Guo <kellyguo123@hotmail.com>
    Co-authored-by: 's avatarKelly Guo <kellyg@nvidia.com>
    Co-authored-by: 's avatarKelly Guo <kellyguo123@hotmail.com>
    dd22e7a6
Name
Last commit
Last update
..
tutorial_add_sensors.jpg Loading commit data...
tutorial_convert_mesh.jpg Loading commit data...
tutorial_convert_mjcf.jpg Loading commit data...
tutorial_convert_urdf.jpg Loading commit data...
tutorial_create_direct_workflow.jpg Loading commit data...
tutorial_create_empty.jpg Loading commit data...
tutorial_create_manager_base.jpg Loading commit data...
tutorial_create_manager_rl_env.jpg Loading commit data...
tutorial_creating_a_scene.jpg Loading commit data...
tutorial_launch_app.jpg Loading commit data...
tutorial_register_environment.jpg Loading commit data...
tutorial_run_articulation.jpg Loading commit data...
tutorial_run_rigid_object.jpg Loading commit data...
tutorial_spawn_prims.jpg Loading commit data...
tutorial_task_space_controller.jpg Loading commit data...