How does gmapping detect loop closure?
I want to know the way to detect loop closure in gmapping package. I couldn't find loop closing method in gmapping papers.
I want to know the way to detect loop closure in gmapping package. I couldn't find loop closing method in gmapping papers.
gmappinp Parameter resampleThreshold
handles this.
~resampleThreshold (float, default: 0.5) The Neff based resampling threshold
Neff
drops in case of loop closures.
gmapping does resampling based on Neff
threshold in case of loop closure.
Check rbpf slam tutorial . Pictures is from these slides.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2014-12-18 15:06:10 -0600
Seen: 2,555 times
Last updated: Dec 19 '14
external imu published by robot_pose_ekf for gmapping
gmapping [SKIP] No rule to make target None
problem with building a map from a bag file
Gmapping and robot_localization
Configure nav2d for autonomous mapping with Turtlebot2 [closed]
GMAPPING: How to mark 'out of range' laserscan as free-space
Its through the ICP (iterative closest point) scan matching technique. Read [here].(http://en.wikipedia.org/wiki/Iterative_closest_point)
Thank you for your reply. If loop closure is found, will all historical pose be recalculated? I want to get recalculated pose data. Is there a good method to do that?