13 Commits

Author SHA1 Message Date
Nikolaus Demmel
24325f2a06 ICCV'21 square root marginalization paper code release
Major changes:

- New square-root implementation for optimization and
  marginalization, giving faster optimization and numerically
  more stable marginalization. The square root solver is the new
  default, but the Schur complement based implementation is still
  available. (Implements the ICCV'21 paper.)

- The odometry estimator is now fully templetized and you can run
  in float or double. Default is float, which works well with the
  new square-root implementation and gives best runtimes.

- Batch evaluation scripts and documentation to reproduce the
  ICCV'21 experiments.

Additional changes:

- New options in VIO to marginalize lost landmark right away and
  not only when the frame is marginalized (enabled by default).

- small bugfix for keypoint patch extraction bounds

- basalt_vio: more logging for batch evaluation

- basalt_vio: better handling of closing the GUI while estimator is still running

- basalt_vio: new command line argument to limit the number of frames processed

- basalt_vio: new command line argument to save ground truth trajectory

- added unit tests for square root marginalization

- update basalt-headers

- new submodules: gmt, nlohmann/json, magic_enum
2021-10-15 15:09:15 +02:00
Vladyslav Usenko
c7ceee72c0 Switched to templated version of IMU types 2021-04-17 18:41:42 +02:00
Nikolaus Demmel
e040a98b11 fix: num-threads wasn't working since it was used before cli parsing 2021-02-22 16:39:37 +01:00
Nikolaus Demmel
cfb6fc5b6d cleanup tbb includes for deprecations 2020-06-24 12:03:29 +02:00
Vladyslav Usenko
8d2da587cf varialble renaming 2019-10-04 15:38:04 +02:00
Vladyslav Usenko
77100b99f2 Added initialization parameters to config files 2019-08-27 15:52:19 +02:00
Vladyslav Usenko
18fe854d88 Added stereo (no IMU) odometry and KITTI evaluation 2019-08-23 08:01:40 +00:00
Vladyslav Usenko
ec5db8aec0 Mark variables unused 2019-07-16 14:53:43 +02:00
Vladyslav Usenko
ba4af7efb3 update deps 2019-07-06 12:07:40 +02:00
Michael Loipfuehrer
36880bd9ef T265 record manual exposure control, compare calib script 2019-06-19 13:24:25 +00:00
Vladyslav Usenko
e1a1c3c3d0 rename device 2019-06-13 18:21:37 +02:00
Vladyslav Usenko
6cd8058a33 small fixes after merge 2019-06-13 13:51:10 +02:00
Vladyslav Usenko
c888aa65bb Added Realsense live VIO 2019-06-13 11:37:17 +00:00