Skip to content
Snippets Groups Projects
Commit e9b60a30 authored by Tommy Persson's avatar Tommy Persson
Browse files

d

parent 9f5324c4
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ h = -90.0
p = -45.0
r = 0.0
quat = tf.transformations.quaternion_from_euler(math.radians(h), math.radians(p), math.radians(r))
quat = tf.transformations.quaternion_from_euler(math.radians(r), math.radians(p), math.radians(h))
print "HPR:", h, p, r
print quat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment