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

Suppress warning: Map update loop

asked 2022-08-18 16:16:48 -0500

BadamTsh gravatar image

My debug terminal is filled with [ WARN] Map update loop missed its desired rate of 15.0000Hz... the loop actually took 0.1690 seconds. Is there a way to suppress the warning altogether or output it to log??

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-08-26 16:09:34 -0500

Edyger gravatar image

In you parameter file (.yaml) you can change the following parameter:

update_frequency = 15.0

Try to lower it to something like 5.0 (which is the default value for costmap http://wiki.ros.org/costmap_2d?distro...).

Check that your map is not too much pixel, try to reduce de resolution, or try to crop the map so that the png file is the smallest possible.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2022-08-18 16:16:03 -0500

Seen: 54 times

Last updated: Aug 18 '22