Adds consistency check function to detect and remove outliers in absolute pose constraints by applying RANSAC LSQ on the base frame resulting from each constraint, i.e. it tries to find a rigid alignment (= map anchoring) of the map based on the constraints and removes all outliers. The idea is to run this on the submaps in the maplab server, which are small enough to not have accumulated significant drift, hence a rigid alignment should be possible.
Adds consistency check function to detect and remove outliers in absolute pose constraints by applying RANSAC LSQ on the base frame resulting from each constraint, i.e. it tries to find a rigid alignment (= map anchoring) of the map based on the constraints and removes all outliers. The idea is to run this on the submaps in the maplab server, which are small enough to not have accumulated significant drift, hence a rigid alignment should be possible.