Minimum allowed number of particles
in amcl the Minimum allowed number of particles means what?
Who can give some detail explain ?
I can not know what is particles?
"min_particles", "int", 0, "Minimum allowed number of particles.
"max_particles", "int", 0, "Mamimum allowed number of particles.
"kld_err", "double", 0, "Maximum error between the true distribution and the estimated distribution."
"kld_z", "double", 0, "Upper standard normal quantile for (1 - p), where p is the probability that the error on the estimated distrubition will be less than kld_err."
"update_min_d", "double", 0, "Translational movement required before performing a filter update."
"update_min_a", "double", 0, "Rotational movement required before performing a filter update."
the particles is a point in a map? or a point through the radar in one second scan?
or other ?