Metadata-Version: 2.1
Name: jvrc_description
Version: 1.1.1
Summary: URDF description of the JVRC humanoid model.
Author-email: Stéphane Caron <stephane.caron@normalesup.org>
Maintainer-email: Stéphane Caron <stephane.caron@normalesup.org>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Project-URL: Changelog, https://github.com/stephane-caron/jvrc_description/blob/master/CHANGELOG.md
Project-URL: Source, https://github.com/stephane-caron/jvrc_description
Project-URL: Tracker, https://github.com/stephane-caron/jvrc_description/issues

# JVRC humanoid robot model

<img src="https://scaron.info/images/jvrc1-model.png" width="250" align="right" />

[![PyPI version](https://img.shields.io/pypi/v/jvrc_description)](https://pypi.org/project/jvrc_description/)

This package contains the robot description for the JVRC-1 model, a virtual humanoid robot released for education and research.

## Python module

This module helps retrieve the JVRC-1 model from a Python program. Import it by:

```python
import jvrc_description
```

It then provides the following paths:

<dl>
    <dt>
        <code>jvrc_description.path</code>
    </dt>
    <dd>
        Path to the <code>jvrc_description</code> folder itself.
    </dd>
    <dt>
        <code>jvrc_description.meshes_path</code>
    </dt>
    <dd>
        Path to the <code>meshes</code> folder.
    </dd>
    <dt>
        <code>jvrc_description.urdf_path</code>
    </dt>
    <dd>
        Path to the <code>jvrc1.urdf</code> URDF file of the model.
    </dd>
</dl>

