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

AMCL parameters spreading out is good or bad ?

asked 2015-09-11 01:47:51 -0500

osmancns gravatar image

hello... I cant understand , How do I decide whether the amcl parameters result is good. so AMCL Pose estimations spreading out is good or bad ?

which image is good result ?

this my new amcl parameters result : image description

this my old amcl parameters result : image description

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
3

answered 2015-09-11 02:50:26 -0500

Procópio gravatar image

updated 2015-09-14 15:50:35 -0500

The new, with little spread should be better.

What is going on with the old image you shown is that the algorithms is not getting a good match of the laser sensed data correlated with the predicted state of your robot.

In simple words, what the filter does is to "spread" particles around in an attempt to get a better match from any of these random poses. When you are getting a good correlation between the sensed data and and estimated position, the "spread" of particles is smaller, because the algorithm has a high confidence that the estimated pose is the correct one. In the other case, it needs to "spread" estimations farther.

Check this explanation of the monte carlo localization.

EDIT1:

I think you can say they are better, but you have to also take into account its stability and test it in different scenarios. If you have access of the ground truth position of your robot you can also measure the error in your localization. In the end, having a smaller "spread" of particles is an indication of good convergence, but you may have fallen into a local minima, so you cannot used that criteria alone to assess the quality of your filter results.

edit flag offensive delete link more

Comments

thank you @Procópio Silveira Stein :) you think, now can i be sure about my new amcl parameters are good ?

osmancns gravatar image osmancns  ( 2015-09-11 03:06:46 -0500 )edit
2

I think you can say they are better, but you have to also take into account its stability and test it in different scenarios. If you have access of the ground truth position of your robot you can also measure the error in your localization.

Procópio gravatar image Procópio  ( 2015-09-11 04:12:14 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-09-11 01:47:51 -0500

Seen: 1,327 times

Last updated: Sep 14 '15