Skip to content

Commit 15ad7af

Browse files
committed
Resolve PAL robotics obscure naming conventions: TiagoPro -> Tiago++
1 parent 32522cf commit 15ad7af

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ The DOF column denotes the number of actuated degrees of freedom.
290290
| `sretch_mj_description` | Stretch 2 | Hello Robot | MJCF | Clear BSD |
291291
| `sretch_3_mj_description` | Stretch 3 | Hello Robot | MJCF | Apache-2.0 |
292292
| `tiago_description` | TIAGo | PAL Robotics | URDF | Apache-2.0 |
293-
| `tiago_pro_mj_description` | TIAGo++ / TIAGo Pro | PAL Robotics | MJCF | Apache-2.0 |
293+
| `tiago++_mj_description` | TIAGo++ | PAL Robotics | MJCF | Apache-2.0 |
294294
| `rby1_description` | RBY1 | Rainbow Robotics | 24 | URDF |
295295

296296

robot_descriptions/_descriptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def has_urdf(self) -> bool:
222222
"talos_description": Description(Format.URDF, tags={"humanoid"}),
223223
"talos_mj_description": Description(Format.MJCF, tags={"humanoid"}),
224224
"tiago_description": Description(Format.URDF, tags={"mobile_manipulator"}),
225-
"tiago_pro_mj_description": Description(
225+
"tiago++_mj_description": Description(
226226
Format.MJCF, tags={"mobile_manipulator"}
227227
),
228228
"trifinger_edu_description": Description(

0 commit comments

Comments
 (0)