mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-11 17:35:27 +00:00
47f704277a
This is required to build anything that uses the IMU fusion module without OpenCV.
13 lines
326 B
C++
13 lines
326 B
C++
// Copyright 2019, Collabora, Ltd.
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
/*!
|
|
* @file
|
|
* @brief Single compiled file for all kalman filter using source.
|
|
*
|
|
* Centralizes the build cost in one place.
|
|
* @author Ryan Pavlik <ryan.pavlik@collabora.com>
|
|
* @ingroup aux_tracking
|
|
*/
|
|
|
|
#include "tracking/t_tracker_psmv_fusion.cpp"
|