We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d29d1 commit 8bf6e97Copy full SHA for 8bf6e97
1 file changed
bindings/examples/common.py
@@ -3,6 +3,14 @@
3
4
5
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.
14
MODELS = {
15
"ur5": [
16
ROBOPLAN_EXAMPLES_DIR / "ur_robot_model" / "ur5_gripper.urdf",
0 commit comments