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

a

parent 8f158b52
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class OdometryPublisher(Node):
ep_robot.initialize(conn_type="rndis")
ep_chassis = ep_robot.chassis
ep_chassis.sub_velocity(freq=50, callback=self.sub_sub_velocity_handler)
ep_chassis.sub_velocity(freq=50, callback=self.sub_velocity_handler)
def sub_velocity_handler(self, velocity_info):
a, b, c, x, y, z = velocity_info
......
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