Metadata-Version: 2.1
Name: fourier-robot-descriptions
Version: 0.1.3
Summary: Fourier Robot Descriptions
Author-Email: Yuxiang Gao <yuxiang.gao@fftai.com>
License: MIT
Requires-Python: >=3.8
Requires-Dist: pin>=2.6.20
Requires-Dist: GitPython>=3.1.43
Requires-Dist: tqdm>=4.66.5
Description-Content-Type: text/markdown

# Fourier Robot Descriptions

## Usage

```python
from fourier_robot_descriptions.loaders.pinocchio import load_robot_description
robot = load_robot_description("GR1T2")
```

To directly get the URDF file path:

```python
from fourier_robot_descriptions.fourier_right_hand import URDF_PATH, PACKAGE_PATH
```

## Available Robots

| Name | Description |
|------|-------------|
| GR1T1 | GR1T1 with Fourier hand  |
| GR1T1_inspire_hand | GR1T1 with Inspire hand |
| GR1T1_jaw | GR1T1 with Gripper |
| GR1T2 | GR1T2 with Fourier hand  |
| GR1T2_inspire_hand | GR1T2 with Inspire hand |
| GR1T2_jaw | GR1T2 with Gripper |
| fourier_right_hand | Fourier right hand |
| fourier_left_hand | Fourier left hand | 