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.
134134| ` edo_description ` | e.DO | Comau | 6 | URDF |
135135| ` fanuc_m710ic_description ` | M-710iC | Fanuc | 6 | URDF |
136136| ` 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 |
139139| ` gen3_mj_description ` | Gen3 | Kinova | 7 | MJCF |
140140| ` iiwa14_description ` | iiwa 14 | KUKA | 7 | URDF |
141141| ` iiwa14_mj_description ` | iiwa 14 | KUKA | 7 | MJCF |
Original file line number Diff line number Diff line change 44# SPDX-License-Identifier: Apache-2.0
55# Copyright 2022 Stéphane Caron
66
7- """Kinova Jaco Gen2 description."""
7+ """Kinova Gen2 description."""
88
99from os import getenv as _getenv
1010from os import path as _path
Original file line number Diff line number Diff line change 44# SPDX-License-Identifier: Apache-2.0
55# Copyright 2022 Stéphane Caron
66
7- """Kinova Jaco Gen3 description."""
7+ """Kinova Gen3 description."""
88
99from os import getenv as _getenv
1010from os import path as _path
You can’t perform that action at this time.
0 commit comments