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

The [topicname] observation buffer has not been updated for [X] seconds, and it should be updated every [Y] seconds.

asked 2020-04-23 15:35:40 -0500

updated 2020-04-23 15:36:07 -0500

Similar to https://answers.ros.org/question/1720... I got this warning from move_base:

When checking the the topic in question though, it was arriving at high frequency. I've solved the issue now, and will post my answer, and since it is different from the above, I think it is useful to capture it here.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-04-23 15:38:09 -0500

In my case, the issue was that the clocks between the machine acting as ros master and the subscriber were not in sync. After syncing them back up, the warning went away and move_base accepted the point cloud data being sent.

Since there was no warning to the effect of the clock-sync issue anywhere where I could find it, I thought it useful to share this issue and resolution here.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-04-23 15:35:40 -0500

Seen: 144 times

Last updated: Apr 23 '20