Skip to content

Bug in optimize_submap #19

@lemonci

Description

@lemonci

The submap optimizations are

for iteration in range(iterations):

prune_points is supposed to be called at half of all the iterations or the end:

https://github.com/VladimirYugay/MAGiC-SLAM/blob/4ac5aa92ab70139546b42927b62e4f2fd6940222/src/entities/mapper.py#L138C1-L138C80

However, the maximum of iteration will be iterations - 1, instead of iterations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions