- 3.0.2 optimal control module.
|
Settings for setting up a StateObserver. More...
#include <FilterSettings.h>
Public Member Functions | |
StateObserverSettings () | |
default constructor for the state Observer settings More... | |
bool | parametersOk () const |
check if the currently set parameters are meaningful More... | |
void | print () const |
print the current settings More... | |
void | load (const std::string &filename, bool verbose, const std::string &ns) |
load settings from file More... | |
Public Attributes | |
ct::core::OutputStateMatrix< OUTPUT_DIM, STATE_DIM, SCALAR > | C |
ct::core::StateMatrix< STATE_DIM, SCALAR > | Q |
ct::core::OutputMatrix< OUTPUT_DIM, SCALAR > | R |
ct::core::StateMatrix< STATE_DIM, SCALAR > | dFdv |
Settings for setting up a StateObserver.
The StateObserver settings are designed to make the initialization smoother and possible through a file configuration.
|
inline |
default constructor for the state Observer settings
|
inline |
check if the currently set parameters are meaningful
|
inline |
print the current settings
Referenced by ct::optcon::StateObserverSettings< OUTPUT_DIM, STATE_DIM, SCALAR >::load(), ct::optcon::SteadyStateKalmanFilterSettings< STATE_DIM, SCALAR >::load(), ct::optcon::ExtendedKalmanFilterSettings< STATE_DIM, SCALAR >::load(), and ct::optcon::UnscentedKalmanFilterSettings< STATE_DIM, SCALAR >::load().
|
inline |
load settings from file
References ct::core::loadMatrix(), and ct::optcon::StateObserverSettings< OUTPUT_DIM, STATE_DIM, SCALAR >::print().
ct::core::OutputStateMatrix<OUTPUT_DIM, STATE_DIM, SCALAR> ct::optcon::StateObserverSettings< OUTPUT_DIM, STATE_DIM, SCALAR >::C |
Observation matrix C time.
ct::core::StateMatrix<STATE_DIM, SCALAR> ct::optcon::StateObserverSettings< OUTPUT_DIM, STATE_DIM, SCALAR >::Q |
Weighing matrix Q.
ct::core::OutputMatrix<OUTPUT_DIM, SCALAR> ct::optcon::StateObserverSettings< OUTPUT_DIM, STATE_DIM, SCALAR >::R |
Weighing matrix R.
ct::core::StateMatrix<STATE_DIM, SCALAR> ct::optcon::StateObserverSettings< OUTPUT_DIM, STATE_DIM, SCALAR >::dFdv |