UnscentedKalmanFilterWithoutControl< SystemModelT >::Weights::W Struct Reference

#include <RobotAPI/libraries/ukfm/UnscentedKalmanFilter.h>

Public Member Functions

 W (size_t l, FloatT alpha)
 

Public Attributes

float sqrt_d_lambda
 
float w0
 
float wj
 
float wm
 

Detailed Description

template<typename SystemModelT>
struct UnscentedKalmanFilterWithoutControl< SystemModelT >::Weights::W

Definition at line 133 of file UnscentedKalmanFilter.h.

Constructor & Destructor Documentation

◆ W()

W ( size_t  l,
FloatT  alpha 
)

Definition at line 395 of file UnscentedKalmanFilter.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ sqrt_d_lambda

float sqrt_d_lambda

Definition at line 136 of file UnscentedKalmanFilter.h.

◆ w0

float w0

Definition at line 136 of file UnscentedKalmanFilter.h.

◆ wj

float wj

Definition at line 136 of file UnscentedKalmanFilter.h.

◆ wm

float wm

Definition at line 136 of file UnscentedKalmanFilter.h.


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