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

a

parent 7f1cb829
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ class Robomaster_odom(Node):
t = TransformStamped()
t.header.stamp = self.get_clock().now().to_msg()
t.header.frame_id = 'odom'
t.child_frame_id = "base_footprint"
t.child_frame_id = "base_link"
t.transform.translation.x = float(xyzlist[0])
t.transform.translation.y = float(xyzlist[1])
t.transform.translation.z = 0.0
......
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