ORB_SLAM
ORB_SLAM copied to clipboard
bad MapPoint in SearchProjection?
Hi, bad MapPoints are included in SearchByProjection() to track from previous frame, while in most other similar situation they're exluded as in Line-535.
( https://github.com/raulmur/ORB_SLAM/blob/master/src/ORBmatcher.cc#L1526 , not consider pMP->isBad(). This function called in TrackWithMotionModel() )
Anyone know the reason? Thanks!