Structure holding the parameters of the statistical linearization. More...
#include <ukf_types.h>
Public Attributes | |
double | kpa |
, is a good choice. According to van der Merwe, its value is not critical More... | |
double | alpha |
: "Size" of sigma-point distribution. Should be small if the function is strongly non-linear More... | |
double | beta |
Non negative weights used to introduce knowledge about the higher order moments of the distribution. For gaussian distributions, is a good choice. More... | |
double | lambda |
More... | |
double | lambda_aug |
double | gamma |
More... | |
double | gamma_aug |
int | n |
Size of the state vector. More... | |
int | nbSamples |
Number of sigma-points More... | |
int | nbSamplesMeasure |
Number of sigma-points More... | |
int | no |
Dimension of the output : the measurements. More... | |
double | prior_x |
Prior estimate of the covariance matrix of the state. More... | |
EvolutionNoise * | evolution_noise |
Type of process noise. More... | |
double | measurement_noise |
Parameter used for the evolution noise. More... | |
Structure holding the parameters of the statistical linearization.
double ukf::state::ukf_param::alpha |
: "Size" of sigma-point distribution. Should be small if the function is strongly non-linear
double ukf::state::ukf_param::beta |
Non negative weights used to introduce knowledge about the higher order moments of the distribution. For gaussian distributions, is a good choice.
EvolutionNoise* ukf::state::ukf_param::evolution_noise |
Type of process noise.
double ukf::state::ukf_param::gamma |
double ukf::state::ukf_param::gamma_aug |
double ukf::state::ukf_param::kpa |
, is a good choice. According to van der Merwe, its value is not critical
double ukf::state::ukf_param::lambda |
double ukf::state::ukf_param::lambda_aug |
double ukf::state::ukf_param::measurement_noise |
Parameter used for the evolution noise.
Covariance of the observation noise
int ukf::state::ukf_param::n |
Size of the state vector.
int ukf::state::ukf_param::nbSamples |
Number of sigma-points
int ukf::state::ukf_param::nbSamplesMeasure |
Number of sigma-points
int ukf::state::ukf_param::no |
Dimension of the output : the measurements.
double ukf::state::ukf_param::prior_x |
Prior estimate of the covariance matrix of the state.