ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Timestamps of Odometry and IMU

asked 2011-12-06 08:43:40 -0500

osuairt gravatar image

[ERROR] [1323209887.229712458]: Timestamps of odometry and imu are 1.490433 seconds apart.

Can anyone explain the above error message? Is there a suggested fix?

Thanks in advance.

edit retag flag offensive close merge delete

Comments

What is throwing this error? What is publishing odometry and imu?
DimitriProsser gravatar image DimitriProsser  ( 2011-12-07 01:23:07 -0500 )edit
This is being published when minimal is launched.
osuairt gravatar image osuairt  ( 2011-12-07 02:26:20 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
3

answered 2011-12-14 09:21:48 -0500

Wim gravatar image

This means that the messages coming from the imu and the odometry have timestamps that are very different. This can be caused by messages getting delayed because of high system load, or by clocks of different hosts that are not synchronized. In any case, you cannot expect your system to run properly with such high difference in timestamps.

edit flag offensive delete link more

Comments

I have the same problem with robot_pose_ekf. Did you fix it??

Astronaut gravatar image Astronaut  ( 2013-03-24 20:28:23 -0500 )edit

Question Tools

Stats

Asked: 2011-12-06 08:43:40 -0500

Seen: 700 times

Last updated: Dec 14 '11