Skip to content

Commit 9ef0268

Browse files
committed
Update autodrive_devkit
1 parent f52e4a3 commit 9ef0268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autodrive_devkit/autodrive_roboracer/autodrive_bridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def create_imu_msg(imu, orientation_quaternion, angular_velocity, linear_acceler
138138
def create_odom_msg(odom, position, orientation_quaternion, linear_velocity, angular_velocity):
139139
odom.header = Header()
140140
odom.header.stamp = autodrive_bridge.get_clock().now().to_msg()
141-
odom.header.frame_id = 'roboracer_1'
141+
odom.header.frame_id = 'world'
142142
odom.pose.pose.position.x = position[0]
143143
odom.pose.pose.position.y = position[1]
144144
odom.pose.pose.position.z = position[2]

0 commit comments

Comments
 (0)