easykf-2.04
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
List of all members | Public Attributes
ekf::ekf_param Struct Reference

Structure holding the parameters of the statistical linearization. More...

#include <ekf_types.h>

Public Attributes

EvolutionNoiseevolution_noise
 Evolution noise type. More...
 
double observation_noise
 Covariance of the observation noise. More...
 
double prior_pk
 Prior estimate of the covariance matrix. More...
 
int n
 Number of parameters to estimate. More...
 
int no
 Dimension of the output. More...
 
bool observation_gradient_is_diagonal
 Is the observation gradient diagonal ? In that case, simplifications can be introduced. More...
 

Detailed Description

Structure holding the parameters of the statistical linearization.

Examples:
example-009.cc.

Member Data Documentation

EvolutionNoise* ekf::ekf_param::evolution_noise

Evolution noise type.

Examples:
example-009.cc.
int ekf::ekf_param::n

Number of parameters to estimate.

Examples:
example-009.cc.
int ekf::ekf_param::no

Dimension of the output.

Examples:
example-009.cc.
bool ekf::ekf_param::observation_gradient_is_diagonal

Is the observation gradient diagonal ? In that case, simplifications can be introduced.

Examples:
example-009.cc.
double ekf::ekf_param::observation_noise

Covariance of the observation noise.

Examples:
example-009.cc.
double ekf::ekf_param::prior_pk

Prior estimate of the covariance matrix.

Examples:
example-009.cc.

The documentation for this struct was generated from the following file: