laxnpander / OpenREALM

OpenREALM is a pipeline for real-time aerial mapping utilizing visual SLAM and 3D reconstruction frameworks.
GNU Lesser General Public License v2.1
443 stars 114 forks source link

Change keyframe updater to use a future #62

Closed zthorson closed 3 years ago

zthorson commented 3 years ago

Description

Switch keyframe updater from a detached thread to a future. This will help ensure we do not fall behind, but dropping updates that take too long with an appropriate warning.

Reason

See https://github.com/laxnpander/OpenREALM/issues/38

Method / Design

Testing

Compiled and run on:

Other Notes