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