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

a

parent ef1753b4
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ class OdometryPublisher(Node): ...@@ -21,7 +21,7 @@ class OdometryPublisher(Node):
def sub_position_handler(self, position_info): def sub_position_handler(self, position_info):
self.x, self.y, self.z = position_info self.x, self.y, self.z = position_info
print("ok") print("chassis position: x:{0}, y:{1}, z:{2}".format(self.x, self.y, self.z))
self.publish_odometry() self.publish_odometry()
def publish_odometry(self): def 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