Skip to content

Commit e2a43a4

Browse files
stephane-caronStéphane Caron
authored andcommitted
[doc] Fix example descriptions
1 parent faae49c commit e2a43a4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/load_in_mujoco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717

1818
"""
19-
Show a robot descriptions specified from the command line, using yourdfpy.
19+
Show a robot description, specified from the command line, in MuJoCo.
2020
2121
This example requires MuJoCo, which is installed by ``pip install mujoco``.
2222
"""

examples/load_in_pybullet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717

1818
"""
19-
Show a robot descriptions specified from the command line, using yourdfpy.
19+
Load a robot description, specified from the command line, in PyBullet.
2020
2121
This example requires PyBullet, which is installed by ``pip install pybullet``.
2222
"""

examples/show_in_meshcat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717

1818
"""
19-
Show a robot descriptions specified from the command line, using MeshCat.
19+
Show a robot descriptions, specified from the command line, using MeshCat.
2020
2121
This example requires Pinocchio, which is installed by ``pip install pin``, and
2222
MeshCat, which is installed by ``pip install meshcat``.

examples/show_in_mujoco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717

1818
"""
19-
Show a robot descriptions specified from the command line, using yourdfpy.
19+
Show a robot description, specified from the command line, using MuJoCo.
2020
2121
This example requires MuJoCo, which is installed by ``pip install mujoco``, and
2222
the MuJoCo viewer installed by ``pip install mujoco-python-viewer``.

examples/show_in_pybullet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717

1818
"""
19-
Show a robot descriptions specified from the command line, using yourdfpy.
19+
Show a robot description, specified from the command line, using PyBullet.
2020
2121
This example requires PyBullet, which is installed by ``pip install pybullet``.
2222
"""

examples/show_in_yourdfpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717

1818
"""
19-
Show a robot descriptions specified from the command line, using yourdfpy.
19+
Show a robot description, specified from the command line, using yourdfpy.
2020
2121
Note:
2222
See ``robot_descriptions/_command_line.py`` for a more advanced

0 commit comments

Comments
 (0)