ucla-vision / xivo

X Inertial-aided Visual Odometry
Other
851 stars 120 forks source link

Loop closure #33

Closed stephanietsuei closed 2 years ago

stephanietsuei commented 2 years ago

Implement loop closure and test on the six room sequences of TUM VI dataset. Performance (ATE and RPE) should improve beyond what's listed here.

Steps in this issue:

Loop closures will happen in a background thread alongside pose graph optimization (see issue #3)

stephanietsuei commented 2 years ago

Implemented in #34.