mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-01-19 08:06:59 +00:00
update
This commit is contained in:
parent
4bea3eb5c6
commit
b6192019af
@ -20,7 +20,7 @@ def odom_callback(msg):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Get frame IDs from the message
|
# 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"
|
child_frame_id = msg.child_frame_id if msg.child_frame_id else "base_link"
|
||||||
|
|
||||||
# Broadcast the transformation
|
# Broadcast the transformation
|
||||||
|
Loading…
Reference in New Issue
Block a user