Skip to content

Commit a21d7ca

Browse files
committed
explain base pose 6d vector convention as requested on #212
1 parent 4877fc4 commit a21d7ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/examples/python/hello_world.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
robot = rd.Robot("pexod.urdf");
77
# @HELLO_WORLD_ROBOT_CREATION_PYTHON_END@
88

9-
# @HELLO_WORLD_ROBOT_PLACING_PYTHON@
9+
# @HELLO_WORLD_ROBOT_PLACING_PYTHON@\
10+
# pose is a 6D vector (first 3D orientation in angle-axis and last 3D translation)
1011
robot.set_base_pose([0., 0., 0., 0., 0., 0.2])
1112
# @HELLO_WORLD_ROBOT_PLACING_PYTHON_END@
1213

0 commit comments

Comments
 (0)