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

Does resolution of grid map influence localization precision?

asked 2019-02-16 19:16:49 -0500

huchaohong gravatar image

I want to know if resolution of grid map can influence precision of localization. Say, i have a map with 5cm resolution, will localization algorithm be limited to 5cm precision? Will this depend on different algorithm such as ACML and other algorithms ?

About AMCL,i noticed the sensor models (BeamModel, LikelihoodFieldModel) implemented in ROS would limit particle's precision to the resolution of grid map. That implies me that the whole ACML algorithm implemented in ROS would never reach a better precision than the resolution of grid map.

I am new to localization algorithm, so i don't know if i am right.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2019-02-18 04:14:26 -0500

Yes, it does.

It is like that you are using a ruler with bigger intervals you cannot measure precisely. Grid is like the divisions when you localize.

However, using particle filter algorithm you may get a quite precise result with large covariace, means you will not know that you get a precise reading, the belief is low.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-02-16 19:16:49 -0500

Seen: 39,087 times

Last updated: Feb 18 '19