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

a

parent 1cb69228
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class OdometryPublisher(Node):
ep_robot = robot.Robot()
ep_robot.initialize(conn_type="rndis")
ep_chassis = ep_robot.chassis
ep_chassis.sub_position(freq=10, callback=publish_odometry)
ep_chassis.sub_position(freq=10, callback=publish_odometry(self))
......
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