MR_SLAM icon indicating copy to clipboard operation
MR_SLAM copied to clipboard

Inconsistent loop optimization

Open Joosoo1 opened this issue 6 months ago • 2 comments

Hi all, I recently found some issues when running mr_slam deployments locally. There is a conflict in loopback optimization (loopback optimization), the previous loopback stitched the maps between multiple machines nicely, but after some time, a new loopback was generated but it corrupted the previously stitched maps, resulting in the inability to generate globally consistent maps. What is causing this problem and how can I fix it, please give me some suggestions. Here is how my localization runs: Initial loop: https://github.com/MaverickPeter/MR_SLAM/assets/65029285/c9950770-0703-4efe-a662-afdb2267f95b Initial loop is corrupted by subsequent loopback optimizations: https://github.com/MaverickPeter/MR_SLAM/assets/65029285/d11db669-851d-4958-9bfc-25763ea530ce

Joosoo1 avatar Dec 20 '23 02:12 Joosoo1

@Joosoo1 Can you try to set a lower number of the param "icp_fitness_score" in the py file in the loop detection module and see if the problem is solved? If the problem persists, I suggest you provide the terminal output during inconsistency (optimization log), I'll have more chances to locate the problem and solve it. For a faster reply, I suggest you contact me by email ([email protected]).

MaverickPeter avatar Dec 20 '23 06:12 MaverickPeter

Okay, I'll follow up with you via e-mail.

Joosoo1 avatar Dec 20 '23 08:12 Joosoo1