Header.
More...
#include "FlexibleKalmanBase.h"
#include <type_traits>
Go to the source code of this file.
|
| osvr |
| The main namespace for all C++ elements of the framework, internal and external.
|
|
| osvr::kalman |
| Header-only framework for building Kalman-style filters, prediction, and sensor fusion.
|
|
|
template<typename StateA , typename StateB > |
using | osvr::kalman::DeducedAugmentedState = AugmentedState< typename std::remove_const< StateA >::type, typename std::remove_const< StateB >::type > |
| Template alias to make removing const from the deduced types less verbose/painful. More...
|
|
|
template<typename StateA , typename StateB > |
DeducedAugmentedState< StateA, StateB > | osvr::kalman::makeAugmentedState (StateA &a, StateB &b) |
| Factory function, akin to std::tie() , to make an augmented state.
|
|
Header.
- Date
- 2015
- Author
- Sensics, Inc. http://sensics.com/osvr