You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the pure localization mode after getting the map by following the guide in the documentation. However, for some reason it could not localize itself in the map even after circulating a bit (it does not do the jump to the actual pose in the map) also it is still mapping. And when I visualize the submaps in Rviz I can see that it keeps generating submaps without removing the previous ones (it doesn't keep only 3 submaps) even though I added this to my lua file:
Following other issues I tried to tune the constraint builder parameters like decreasing POSE_GRAPH.global_sampling_ratio and POSE_GRAPH.constraint_builder.sampling_ratio , and increasing MAP_BUILDER.num_background_threads but I still get the same results.
Hi all,
I am running the pure localization mode after getting the map by following the guide in the documentation. However, for some reason it could not localize itself in the map even after circulating a bit (it does not do the jump to the actual pose in the map) also it is still mapping. And when I visualize the submaps in Rviz I can see that it keeps generating submaps without removing the previous ones (it doesn't keep only 3 submaps) even though I added this to my lua file:
Following other issues I tried to tune the constraint builder parameters like decreasing
POSE_GRAPH.global_sampling_ratio
andPOSE_GRAPH.constraint_builder.sampling_ratio
, and increasingMAP_BUILDER.num_background_threads
but I still get the same results.here are 2 rosbags for navigation (each starting from different pose) if you want to try, you can generate a map with one and localize with the other https://drive.google.com/file/d/1utt9b6qj_FckTylwB-xE_STV4n0xjbC9/view?usp=sharing and https://drive.google.com/file/d/1-P5eRpGBk4TMwO54bNcAo6ne8rZax7Tn/view?usp=sharing
Or you can just use directly the generated pbstream map: https://drive.google.com/file/d/1A0qzmPLXuNT3JgYM58EE3UMEOdl2laTz/view?usp=sharing
Here is my configuration lua file:
and here is my localization lua file:
The text was updated successfully, but these errors were encountered: