Skip to content

Commit 8bf6e97

Browse files
committed
Add comment
1 parent 86d29d1 commit 8bf6e97

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

bindings/examples/common.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44

55
ROBOPLAN_EXAMPLES_DIR = Path(get_package_share_dir())
6+
7+
# Dictionary of supported example models and their relevant parameters.
8+
# Entries are a list of:
9+
# - The URDF path.
10+
# - The SRDF path.
11+
# - The end-effector name.
12+
# - The robot's base link.
13+
# - The starting "pose" of the robot.
614
MODELS = {
715
"ur5": [
816
ROBOPLAN_EXAMPLES_DIR / "ur_robot_model" / "ur5_gripper.urdf",

0 commit comments

Comments
 (0)