BEAMRobotics / beam_slam

Tightly coupled lidar-visual-inertial slam using the fuse framework
81 stars 4 forks source link

Add larger local map matching #160

Closed jakemclaughlin6 closed 11 months ago

jakemclaughlin6 commented 11 months ago

Currently, matching against the current sliding window of features doesn't result in many matches.

This could be because we are using the SSC detector or because we aren't detecting enough features. The fix to this would be:

This could also just be because the sliding window isn't big enough to match against. The solution to this would be: