cartographer
cartographer copied to clipboard
Motion filter working
A scan is inserted into the current submap only if its motion is above a certain distance, angle or time threshold.
How is this distance determined? From lidar odometry?
in which file is the code implementation for this
It's coded here: https://github.com/cartographer-project/cartographer/blob/ef00de2317dcf7895b09f18cc4d87f8b533a019b/cartographer/mapping/internal/motion_filter.cc#L46