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

I have a powerfull cpu, But still get map update warning

asked 2023-06-24 00:22:06 -0500

Saurabh Rahatekar gravatar image

Hi all, I m using Intel NUC with an i5 processor, 8GB ram, nvme ssd on an AGV. I m using amcl and move_base_flex nodes for navigation. Even with this much computational power, I m getting warnings as below:

  1. Map update loop missed its desired rate of 10.0000Hz... the loop actually took 0.1090 seconds
  2. Calculation needs too much time to stay in the moving frequency! (0.1190s > 0.0500s)

What could be the issue? How should I deal with this?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2023-06-27 01:12:55 -0500

Guess Giant gravatar image

There are plenty of factors that could affect costmap update frequency. In my experience, usually what causes the map update rate to miss the desired rate is either (1) costmap has lots of layers to update, including but not limited to the inflation that needs to be done, and (2) the planner is taking a long time to plan the path. For the former look at reducing the number of updates that needs to be done, and for the latter look at using more efficient planners like a*star planner.

edit flag offensive delete link more
0

answered 2023-06-24 01:00:39 -0500

mustafakurban gravatar image

As my knowledge, is related with amcl. It produce very good localization accuracy but if you work on big maps, problem. You should try cartographer, more complex parameters but might be avoid your problem.

edit flag offensive delete link more

Comments

Is it good for larger maps? My area is around 130 Sqr. Mtrs. large.

Saurabh Rahatekar gravatar image Saurabh Rahatekar  ( 2023-06-25 23:54:34 -0500 )edit

Yes, we are using cartographer at a shopping mall floor. It's pretty good. But as I say, parameter optimization took us some time

mustafakurban gravatar image mustafakurban  ( 2023-06-27 11:48:50 -0500 )edit

Thank you.

Saurabh Rahatekar gravatar image Saurabh Rahatekar  ( 2023-06-27 23:11:38 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2023-06-24 00:22:06 -0500

Seen: 44 times

Last updated: Jun 24 '23