We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4877fc4 commit a21d7caCopy full SHA for a21d7ca
src/examples/python/hello_world.py
@@ -6,7 +6,8 @@
6
robot = rd.Robot("pexod.urdf");
7
# @HELLO_WORLD_ROBOT_CREATION_PYTHON_END@
8
9
-# @HELLO_WORLD_ROBOT_PLACING_PYTHON@
+# @HELLO_WORLD_ROBOT_PLACING_PYTHON@\
10
+# pose is a 6D vector (first 3D orientation in angle-axis and last 3D translation)
11
robot.set_base_pose([0., 0., 0., 0., 0., 0.2])
12
# @HELLO_WORLD_ROBOT_PLACING_PYTHON_END@
13
0 commit comments