Skip to content

Commit 936bde2

Browse files
minor: Update example descriptions
1 parent 8e1247c commit 936bde2

11 files changed

+11
-11
lines changed

examples/load_in_idyntree.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright 2022 Giulio Romualdi
66

77
"""
8-
Load a robot description, specified from the command line, in iDynTree.
8+
Load a robot description selected from the command line in iDynTree.
99
1010
This example requires iDynTree, which can be installed by
1111
`conda install -c conda-forge idyntree`.

examples/load_in_mujoco.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright 2022 Stéphane Caron
66

77
"""
8-
Show a robot description, specified from the command line, in MuJoCo.
8+
Load a robot description selected from the command line in MuJoCo.
99
1010
This example requires MuJoCo, which is installed by `pip install mujoco`.
1111
"""

examples/load_in_pinocchio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright 2022 Stéphane Caron
66

77
"""
8-
Load a robot description, specified from the command line, in Pinocchio.
8+
Load a robot description selected from the command line in Pinocchio.
99
1010
This example requires Pinocchio, installed by e.g. `conda install pinocchio`.
1111
"""

examples/load_in_pybullet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright 2022 Stéphane Caron
66

77
"""
8-
Load a robot description, specified from the command line, in PyBullet.
8+
Load a robot description selected from the command line in PyBullet.
99
1010
This example requires PyBullet, which is installed by `pip install pybullet`.
1111
"""

examples/load_in_robomeshcat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright 2022 Stéphane Caron
66

77
"""
8-
Load a robot description, specified from the command line, in RoboMeshCat.
8+
Load a robot description selected from the command line in RoboMeshCat.
99
1010
This example uses RoboMeshCat: https://github.com/petrikvladimir/RoboMeshCat
1111
"""

examples/load_in_yourdfpy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright 2022 Stéphane Caron
66

77
"""
8-
Load a robot description, specified from the command line, using yourdfpy.
8+
Load a robot description selected from the command line in yourdfpy.
99
1010
This example requires yourdfpy, which is installed by `pip install yourdfpy`.
1111
"""

examples/show_in_meshcat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright 2022 Stéphane Caron
66

77
"""
8-
Show a robot descriptions, specified from the command line, using MeshCat.
8+
Show a robot description selected from the command line using MeshCat.
99
1010
This example is equivalent to `python -m robot_descriptions show_in_meshcat`.
1111
It requires Pinocchio, installed by e.g. `conda install pinocchio`, and

examples/show_in_mujoco.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright 2022 Stéphane Caron
66

77
"""
8-
Show a robot description, specified from the command line, using MuJoCo.
8+
Show a robot description selected from the command line using MuJoCo.
99
1010
This example is equivalent to `python -m robot_descriptions show_in_mujoco`. It
1111
requires MuJoCo, which is installed by `pip install mujoco`, and the MuJoCo

examples/show_in_pybullet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright 2022 Stéphane Caron
66

77
"""
8-
Show a robot description, specified from the command line, using PyBullet.
8+
Show a robot description selected from the command line using PyBullet.
99
1010
This example is equivalent to `python -m robot_descriptions show_in_pybullet`.
1111
It requires PyBullet, which can be installed by `pip install pybullet`.

examples/show_in_robomeshcat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright 2022 Stéphane Caron
66

77
"""
8-
Load a robot description, specified from the command line, in RoboMeshCat.
8+
Load a robot description selected from the command line in RoboMeshCat.
99
1010
This example uses RoboMeshCat: https://github.com/petrikvladimir/RoboMeshCat
1111
"""

examples/show_in_yourdfpy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright 2022 Stéphane Caron
66

77
"""
8-
Show a robot description, specified from the command line, using yourdfpy.
8+
Show a robot description selected from the command line in yourdfpy.
99
1010
This example is equivalent to `python -m robot_descriptions show_in_yourdfpy`.
1111
It requires `yourdfpy`, an optional dependency that can be installed by `pip

0 commit comments

Comments
 (0)