ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The slam present in the hector package use multiple maps for position estimation. Theses maps each have different resolution (divided by 2 I think). So, if you have a resolution of 0.01, and map_multi_res_levels = 3, you will have :
The algorithme will use these 3 maps to compute the best position estimation.