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

a

parent 81f68c31
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ class Robomaster_odom(Node):
def __init__(self, ep_chassis):
super().__init__("robomaster_odom")
ep_chassis.sub_position(freq=10, callback=self.sub_position_handler)
print("sub")
def sub_position_handler(position_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