SPDX-License-Identifier: CC0-1.0
SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Monado contributors
Monado vNEXT (2020-03-26)
- State Trackers
- Fix compilation issue in
st/gui
when building without OpenCV. (#63, !256)
- OpenXR: Don't return struct with invalid type from
xrEnumerateViewConfigurationViews
. (!234)
- Drivers
- Add a driver for the Google Daydream View controller. (!242)
- Use new pre-filter and 3-DoF filter in drivers. (!249)
- psmv: Use all 6 measurements to compute acceleration bias, and port to new IMU prefilter. (!255)
- Helper Libraries
- tracking: Add image undistort/normalize cache mechanism, to avoid needing to remap every frame. (!255)
- tracking: Improve readability and documentation of IMU fusion class. (!255)
- Misc. Features
- Refactor CMake build system to make static (not object) libraries and explicitly describe dependencies. (!233, !237, !238, !240)
- Add utility functionality for accessing Bluetooth Low-Energy (Bluetooth LE or BLE) over D-Bus, in
os/os_ble.*
(!242)
- Add some bit manipulation helper functions in
util/u_bitwise.*
(!242)
- Make stereo_camera_calibration reference counted, and have the prober, not the calibration, call the save function. (!245)
- Expand algebraic math functions. (!249)
- Add pre-filter and a simple understandable 3-DoF fusion filter. (!249)
- Enable the build system to install
monado-cli
and monado-gui
. (!252)
- Unify inputs for generated files between CMake and Meson builds. (!252)
- Misc. Fixes
- Fix build issues and build warnings when 32-bit. (!230)
- os/ble: Fix crash due to bad dbus path, triggered by bad return checking when probing for BLE devices. (!247)
- Use the correct time delta in DayDream driver. (!249)
- Stop changelog snippets from showing up in 'Related Pages' (!253)
Monado 0.1.0 (2020-02-24)
Initial (non-release) tag to promote/support packaging.