Skip to content

Commit 7d5174a

Browse files
stephane-caronStéphane Caron
authored andcommitted
[doc] Fix loader descriptions
1 parent e2a43a4 commit 7d5174a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

robot_descriptions/loaders/mujoco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
def load_robot_description(description_name: str) -> mujoco.MjModel:
2828
"""
29-
Load a robot description in Pinocchio.
29+
Load a robot description in MuJoCo.
3030
3131
Args:
3232
description_name: Name of the robot description.

robot_descriptions/loaders/pybullet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
def load_robot_description(description_name: str) -> int:
2828
"""
29-
Load a robot description in Pinocchio.
29+
Load a robot description in PyBullet.
3030
3131
Args:
3232
description_name: Name of the robot description.

0 commit comments

Comments
 (0)