-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
The submap optimizations are
MAGiC-SLAM/src/entities/mapper.py
Line 114 in 4ac5aa9
for iteration in range(iterations): |
prune_points
is supposed to be called at half of all the iterations or the end:
However, the maximum of iteration
will be iterations - 1
, instead of iterations
.
Metadata
Metadata
Assignees
Labels
No labels