Metadata-Version: 2.1
Name: mjcf2urdf
Version: 0.0.1
Summary: A converter for MuJoCo mjcf to URDF format
Home-page: https://github.com/iory/mjcf2urdf
Author: iory
Author-email: ab.ioryz@gmail.com
License: MIT
Description: # mjcf2urdf
        
        Convert MuJoCo mjcf to URDF format.
        
        ## Installation
        
        ```
        pip install mjcf2urdf
        ```
        
        ## How to Use
        
        ```
        mjcf2urdf <INPUT_MCJF_FILE> --out <OUTPUT_DIRECTORY>
        ```
        
        ```--out``` is optional. If not specified this value, `result` directory created.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
