Definition in file EKFomega.cpp.
#include "ExtendedKalmanFilter.h"
#include "KalmanFilterHistory.h"
#include "utils/Time.h"
#include <iostream>
#include <fstream>
Include dependency graph for EKFomega.cpp:
Go to the source code of this file.
Functions | |
Matrix | state_Euler_Fmatrix (KalmanFilter *) |
Matrix | state_Euler_Hmatrix (KalmanFilter *) |
Matrix | state_Euler_Qmatrix (KalmanFilter *) |
Matrix | state_Euler_Rmatrix (KalmanFilter *) |
Vector | state_Euler_stateRHSFunc (double t, Vector initialState, Vector controls, Vector params) |
Vector | state_Euler_measurementRHSFunc (ExtendedKalmanFilter *ekf) |
int | main () |
|
|
Definition at line 167 of file EKFomega.cpp. References SequentialFilter::GetParameterVector(), SequentialFilter::GetStateVector(), O_SESSAME::Matrix, O_SESSAME::skew(), and O_SESSAME::Vector. Referenced by main(). |
|
Definition at line 190 of file EKFomega.cpp. References O_SESSAME::eye(), and O_SESSAME::Matrix. Referenced by main(). |
|
Right now, this is providing angular velocity feedback For the one-millionth time, is this what we get from the rate gyros? Definition at line 156 of file EKFomega.cpp. References SequentialFilter::GetStateVector(), and O_SESSAME::Vector. Referenced by main(). |
|
Definition at line 199 of file EKFomega.cpp. References O_SESSAME::eye(), and O_SESSAME::Matrix. Referenced by main(). |
|
Definition at line 208 of file EKFomega.cpp. References O_SESSAME::eye(), and O_SESSAME::Matrix. Referenced by main(). |
|
Definition at line 133 of file EKFomega.cpp. References O_SESSAME::Matrix, O_SESSAME::skew(), and O_SESSAME::Vector. Referenced by main(). |