#include <GraftUKFAbsolute.h>
Definition at line 51 of file GraftUKFAbsolute.h.
◆ GraftUKFAbsolute()
| GraftUKFAbsolute::GraftUKFAbsolute |
( |
| ) |
|
◆ ~GraftUKFAbsolute()
| GraftUKFAbsolute::~GraftUKFAbsolute |
( |
| ) |
|
◆ f()
| MatrixXd GraftUKFAbsolute::f |
( |
MatrixXd |
x, |
|
|
double |
dt |
|
) |
| |
◆ getMessageFromState() [1/2]
| graft::GraftStatePtr GraftUKFAbsolute::getMessageFromState |
( |
| ) |
|
◆ getMessageFromState() [2/2]
| graft::GraftStatePtr GraftUKFAbsolute::getMessageFromState |
( |
Matrix< double, SIZE, 1 > & |
state, |
|
|
Matrix< double, SIZE, SIZE > & |
covariance |
|
) |
| |
◆ predict_sigma_points()
| std::vector< MatrixXd > GraftUKFAbsolute::predict_sigma_points |
( |
std::vector< MatrixXd > & |
sigma_points, |
|
|
double |
dt |
|
) |
| |
◆ predictAndUpdate()
| double GraftUKFAbsolute::predictAndUpdate |
( |
| ) |
|
◆ setAlpha()
| void GraftUKFAbsolute::setAlpha |
( |
const double |
alpha | ) |
|
◆ setBeta()
| void GraftUKFAbsolute::setBeta |
( |
const double |
beta | ) |
|
◆ setInitialCovariance()
| void GraftUKFAbsolute::setInitialCovariance |
( |
std::vector< double > & |
P | ) |
|
◆ setKappa()
| void GraftUKFAbsolute::setKappa |
( |
const double |
kappa | ) |
|
◆ setProcessNoise()
| void GraftUKFAbsolute::setProcessNoise |
( |
std::vector< double > & |
Q | ) |
|
◆ setTopics()
◆ alpha_
| double GraftUKFAbsolute::alpha_ |
|
private |
◆ beta_
| double GraftUKFAbsolute::beta_ |
|
private |
◆ graft_control_
| Matrix<double, SIZE, 1> GraftUKFAbsolute::graft_control_ |
|
private |
◆ graft_covariance_
| Matrix<double, SIZE, SIZE> GraftUKFAbsolute::graft_covariance_ |
|
private |
◆ graft_state_
| Matrix<double, SIZE, 1> GraftUKFAbsolute::graft_state_ |
|
private |
◆ kappa_
| double GraftUKFAbsolute::kappa_ |
|
private |
◆ last_imu_time_
◆ last_update_time_
| ros::Time GraftUKFAbsolute::last_update_time_ |
|
private |
◆ Q_
| Matrix<double, SIZE, SIZE> GraftUKFAbsolute::Q_ |
|
private |
◆ topics_
The documentation for this class was generated from the following files: