diff --git a/nodes/odom_publisher_python.py b/nodes/odom_publisher_python.py index 56f78ed..6b94d29 100644 --- a/nodes/odom_publisher_python.py +++ b/nodes/odom_publisher_python.py @@ -20,7 +20,7 @@ def odom_callback(msg): ) # Get frame IDs from the message - parent_frame_id = msg.header.frame_id if msg.header.frame_id else "odom" + parent_frame_id = msg.header.frame_id if msg.header.frame_id else "Odometry" child_frame_id = msg.child_frame_id if msg.child_frame_id else "base_link" # Broadcast the transformation