Skip to content
Snippets Groups Projects
Commit 1cb69228 authored by Emil Harlan's avatar Emil Harlan
Browse files

a

parent 904b3bf1
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ def quaternion_from_euler(ai, aj, ak):
return q
def publish_odometry(self, position_info):
print("ok")
x, y, z = position_info
q = quaternion_from_euler(0, 0, -z* math.pi/180)
msg = Odometry()
......
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