Monado OpenXR Runtime
|
C++ sensor fusion/filtering code that uses flexkalman. More...
#include <Eigen/Core>
#include <Eigen/Geometry>
#include "flexkalman/AugmentedProcessModel.h"
#include "flexkalman/AugmentedState.h"
#include "flexkalman/BaseTypes.h"
#include "flexkalman/PoseState.h"
Go to the source code of this file.
Data Structures | |
class | xrt::auxiliary::tracking::WorldDirectionMeasurement< State > |
For things like accelerometers, which on some level measure the local vector of a world direction. More... | |
class | xrt::auxiliary::tracking::BiasedGyroMeasurement |
class | xrt::auxiliary::tracking::AbsolutePositionLeverArmMeasurement |
For PS Move-like things, where there's a directly-computed absolute position that is not at the tracked body's origin. More... | |
C++ sensor fusion/filtering code that uses flexkalman.