Skip to content
Snippets Groups Projects
Commit 4bff1683 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix joint names and change quaterion convention.

parent 150d93de
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,7 @@ class Robot (Parent):
urdfSuffix = ""
srdfSuffix = ""
halfSitting = \
{"base_joint_xyz": (0.0, 0.0, 0.648702),
"base_joint_SO3": (1.0, 0.0, 0.0, 0.0),
{"root_joint": (0.0, 0.0, 0.648702, 0.0, 0.0, 0.0, 1.0),
"CHEST_JOINT0": 0.0,
"CHEST_JOINT1": 0.0,
"HEAD_JOINT0": 0.0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment