doc: Add various changelogs

@mateosss MRs didn't have changelogs before. This adds changelog fragments for:
!1005, !1016, !1017, !1060, !1067, !1152, !1172, !1291, !889, !941, !957,
!1035, !1264, !1291, !714, !880, !907, and !1290.
This commit is contained in:
Mateo de Mayo 2022-05-17 21:22:09 -03:00 committed by Jakob Bornecrantz
parent 85bdbc1817
commit 830706e0e4
18 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1 @@
t/file: Migrate calibration file format to JSON.

View file

@ -0,0 +1,2 @@
t/slam: Update SLAM interface to support dynamically query external systems for
special features.

View file

@ -0,0 +1 @@
t/euroc: Add EuRoC dataset recorder for saving camera and IMU streams to disk.

View file

@ -0,0 +1 @@
t/slam: Add naive prediction to the SLAM tracker.

View file

@ -0,0 +1 @@
t/slam: Add trajectory filters and use IMU for prediction in the SLAM tracker.

View file

@ -0,0 +1 @@
t/slam: Add tools for performance and accuracy evaluation of the SLAM tracker.

View file

@ -0,0 +1,2 @@
t/cli: Add monado-cli slambatch command for evaluation of SLAM datasets in
batch.

View file

@ -0,0 +1 @@
u/aeg: Implement module for auto exposure and gain to help with SLAM tracking.

View file

@ -0,0 +1 @@
t/slam: Initial external SLAM tracking support, working with fork of Kimera-VIO.

View file

@ -0,0 +1 @@
t/slam: Add Basalt as a possible external SLAM system.

View file

@ -0,0 +1 @@
u/json: Add cJSON C++ wrapper.

View file

@ -0,0 +1 @@
wmr: Add SLAM (6dof inside-out) tracking for WMR headsets.

View file

@ -0,0 +1 @@
wmr: Add initial hand tracking for WMR devices.

View file

@ -0,0 +1 @@
wmr: Add auto exposure and gain module.

View file

@ -0,0 +1,2 @@
qwerty: Add qwerty driver for emulating headset and controllers with mouse and
keyboard.

View file

@ -0,0 +1 @@
euroc: Add euroc driver that plays EuRoC datasets for SLAM system evaluation.

View file

@ -0,0 +1 @@
realsense: Expand driver to support non-T26x cameras and external SLAM tracking.

View file

@ -0,0 +1 @@
gui: Use a single imgui.ini file from the config directory