Open Sollimann opened 3 years ago
can probably use AMCL to localize in known map: https://github.com/ros-planning/navigation2/tree/main/nav2_amcl
meaning that first you do Fastslam to generate a map. To localize in a known map you have to use another algortihm i.e AMCL
Can also set n_particles=1 (see simulation.cpp)
n_particles=1
can probably use AMCL to localize in known map: https://github.com/ros-planning/navigation2/tree/main/nav2_amcl