Skip to content

Commit a2d3a45

Browse files
stephane-caronStéphane Caron
authored andcommitted
[doc] Update example descriptions
1 parent 1cfde24 commit a2d3a45

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

examples/load_in_pinocchio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
"""
1919
Load a robot description, specified from the command line, in Pinocchio.
20+
21+
This example requires Pinocchio, which is installed by ``pip install pin``.
2022
"""
2123

2224
import argparse

examples/load_in_pybullet.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"""
1919
Show a robot descriptions specified from the command line, using yourdfpy.
2020
21-
This tool requires PyBullet. It can be installed separately (``pip install
22-
pybullet``).
21+
This example requires PyBullet, which is installed by ``pip install pybullet``.
2322
"""
2423

2524
import argparse

examples/show_in_meshcat.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
"""
1919
Show a robot descriptions specified from the command line, using MeshCat.
20+
21+
This example requires Pinocchio, which is installed by ``pip install pin``, and
22+
MeshCat, which is installed by ``pip install meshcat``.
2023
"""
2124

2225
import argparse

examples/show_in_pybullet.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"""
1919
Show a robot descriptions specified from the command line, using yourdfpy.
2020
21-
This tool requires PyBullet. It can be installed separately (``pip install
22-
pybullet``).
21+
This example requires PyBullet, which is installed by ``pip install pybullet``.
2322
"""
2423

2524
import argparse

examples/show_in_yourdfpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
implementation, including the ability to set the robot configuration or
2424
show collision meshes.
2525
26-
This tool requires `yourdfpy` which is an optional dependency. It can be
26+
This example requires `yourdfpy` which is an optional dependency. It can be
2727
installed separately (``pip install yourdfpy``), or when robot descriptions are
2828
installed via ``pip install robot_descriptions[cli]``.
2929
"""

0 commit comments

Comments
 (0)