Skip to content

Commit

Permalink
explain base pose 6d vector convention as requested on #212
Browse files Browse the repository at this point in the history
  • Loading branch information
dtotsila committed Aug 6, 2024
1 parent 4877fc4 commit a21d7ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/examples/python/hello_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
robot = rd.Robot("pexod.urdf");
# @HELLO_WORLD_ROBOT_CREATION_PYTHON_END@

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

Expand Down

0 comments on commit a21d7ca

Please sign in to comment.