Skip to content

Commit

Permalink
Rename iiwa_description to iiwa14_description
Browse files Browse the repository at this point in the history
See #66

Closes #63
  • Loading branch information
stephane-caron committed Apr 25, 2024
1 parent 247db90 commit 6cbbea1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The import will automatically download the robot description if you don't have i
</dd>
</dl>

Some robot descriptions include additional fields. For instance, the ``iiwa_description`` exports ``URDF_PATH_POLYTOPE_COLLISION`` with more detailed collision meshes.
Some robot descriptions include additional fields. For instance, the ``iiwa14_description`` exports ``URDF_PATH_POLYTOPE_COLLISION`` with more detailed collision meshes.

## Examples

Expand Down Expand Up @@ -136,9 +136,9 @@ The DOF column denotes the number of actuated degrees of freedom.
| `gen2_description` | Gen2 (Jaco) | Kinova | 6 | URDF |
| `gen3_description` | Gen3 (Jaco) | Kinova | 6 | URDF |
| `gen3_mj_description` | Gen3 (Jaco) | Kinova | 7 | MJCF |
| `iiwa14_description` | iiwa 14 | KUKA | 7 | URDF |
| `iiwa14_mj_description` | iiwa 14 | KUKA | 7 | MJCF |
| `iiwa7_description` | iiwa 7 | KUKA | 7 | URDF |
| `iiwa_description` | iiwa 14 | KUKA | 7 | URDF |
| `iiwa_mj_description` | iiwa 14 | KUKA | 7 | MJCF |
| `panda_description` | Panda | Franka Emika | 8 | URDF |
| `panda_mj_description` | Panda | Franka Emika | 8 | MJCF |
| `poppy_ergo_jr_description` | Poppy Ergo Jr | Poppy Project | 6 | URDF |
Expand Down
4 changes: 2 additions & 2 deletions robot_descriptions/_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def has_urdf(self) -> bool:
"hyq_description": Description(Format.URDF),
"icub_description": Description(Format.URDF),
"iiwa7_description": Description(Format.URDF),
"iiwa_description": Description(Format.URDF),
"iiwa_mj_description": Description(Format.MJCF),
"iiwa14_description": Description(Format.URDF),
"iiwa14_mj_description": Description(Format.MJCF),
"jaxon_description": Description(Format.URDF),
"jvrc_description": Description(Format.URDF),
"jvrc_mj_description": Description(Format.MJCF),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)

PACKAGE_PATH: str = _path.join(
REPOSITORY_PATH, "manipulation", "models", "iiwa_description"
REPOSITORY_PATH, "manipulation", "models", "iiwa14_description"
)

URDF_PATH: str = _path.join(
Expand Down
File renamed without changes.

0 comments on commit 6cbbea1

Please sign in to comment.