Skip to content
Snippets Groups Projects
Commit b8e19b05 authored by Piotr Rudol's avatar Piotr Rudol
Browse files

fix

parent 877ace1c
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,9 @@ from pyutil.tfutil import * ...@@ -8,9 +8,9 @@ from pyutil.tfutil import *
import tf import tf
h = 0.0 h = -90.0
p = 45.0 p = 0.0
r = 0.0 r = -90.0
quat = tf.transformations.quaternion_from_euler(math.radians(r), math.radians(p), math.radians(h)) quat = tf.transformations.quaternion_from_euler(math.radians(r), math.radians(p), math.radians(h))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment