File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ The DOF column denotes the number of actuated degrees of freedom.
134
134
| ` edo_description ` | e.DO | Comau | 6 | URDF |
135
135
| ` fanuc_m710ic_description ` | M-710iC | Fanuc | 6 | URDF |
136
136
| ` fr3_mj_description ` | FR3 | Franka Robotics | 7 | MJCF |
137
- | ` gen2_description ` | Gen2 (Jaco) | Kinova | 6 | URDF |
138
- | ` gen3_description ` | Gen3 (Jaco) | Kinova | 6 | URDF |
137
+ | ` gen2_description ` | Gen2 | Kinova | 6 | URDF |
138
+ | ` gen3_description ` | Gen3 | Kinova | 6 | URDF |
139
139
| ` gen3_mj_description ` | Gen3 | Kinova | 7 | MJCF |
140
140
| ` iiwa14_description ` | iiwa 14 | KUKA | 7 | URDF |
141
141
| ` iiwa14_mj_description ` | iiwa 14 | KUKA | 7 | MJCF |
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: Apache-2.0
5
5
# Copyright 2022 Stéphane Caron
6
6
7
- """Kinova Jaco Gen2 description."""
7
+ """Kinova Gen2 description."""
8
8
9
9
from os import getenv as _getenv
10
10
from os import path as _path
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: Apache-2.0
5
5
# Copyright 2022 Stéphane Caron
6
6
7
- """Kinova Jaco Gen3 description."""
7
+ """Kinova Gen3 description."""
8
8
9
9
from os import getenv as _getenv
10
10
from os import path as _path
You can’t perform that action at this time.
0 commit comments