Public Member Functions | Private Attributes | List of all members
GraftUKFVelocity Class Reference

#include <GraftUKFVelocity.h>

Public Member Functions

MatrixXd f (MatrixXd x, double dt)
 
graft::GraftStatePtr getMessageFromState ()
 
graft::GraftStatePtr getMessageFromState (Matrix< double, SIZE, 1 > &state, Matrix< double, SIZE, SIZE > &covariance)
 
 GraftUKFVelocity ()
 
std::vector< MatrixXd > predict_sigma_points (std::vector< MatrixXd > &sigma_points, double dt)
 
double predictAndUpdate ()
 
void setAlpha (const double alpha)
 
void setBeta (const double beta)
 
void setInitialCovariance (std::vector< double > &P)
 
void setKappa (const double kappa)
 
void setProcessNoise (std::vector< double > &Q)
 
void setTopics (std::vector< boost::shared_ptr< GraftSensor > > &topics)
 
 ~GraftUKFVelocity ()
 

Private Attributes

double alpha_
 
double beta_
 
Matrix< double, SIZE, 1 > graft_control_
 
Matrix< double, SIZE, SIZEgraft_covariance_
 
Matrix< double, SIZE, 1 > graft_state_
 
double kappa_
 
ros::Time last_imu_time_
 
ros::Time last_update_time_
 
Matrix< double, SIZE, SIZEQ_
 
std::vector< boost::shared_ptr< GraftSensor > > topics_
 

Detailed Description

Definition at line 51 of file GraftUKFVelocity.h.

Constructor & Destructor Documentation

◆ GraftUKFVelocity()

GraftUKFVelocity::GraftUKFVelocity ( )

Definition at line 37 of file GraftUKFVelocity.cpp.

◆ ~GraftUKFVelocity()

GraftUKFVelocity::~GraftUKFVelocity ( )

Definition at line 44 of file GraftUKFVelocity.cpp.

Member Function Documentation

◆ f()

MatrixXd GraftUKFVelocity::f ( MatrixXd  x,
double  dt 
)

Definition at line 114 of file GraftUKFVelocity.cpp.

◆ getMessageFromState() [1/2]

graft::GraftStatePtr GraftUKFVelocity::getMessageFromState ( )

Definition at line 138 of file GraftUKFVelocity.cpp.

◆ getMessageFromState() [2/2]

graft::GraftStatePtr GraftUKFVelocity::getMessageFromState ( Matrix< double, SIZE, 1 > &  state,
Matrix< double, SIZE, SIZE > &  covariance 
)

Definition at line 142 of file GraftUKFVelocity.cpp.

◆ predict_sigma_points()

std::vector< MatrixXd > GraftUKFVelocity::predict_sigma_points ( std::vector< MatrixXd > &  sigma_points,
double  dt 
)

Definition at line 130 of file GraftUKFVelocity.cpp.

◆ predictAndUpdate()

double GraftUKFVelocity::predictAndUpdate ( )

Definition at line 236 of file GraftUKFVelocity.cpp.

◆ setAlpha()

void GraftUKFVelocity::setAlpha ( const double  alpha)

Definition at line 315 of file GraftUKFVelocity.cpp.

◆ setBeta()

void GraftUKFVelocity::setBeta ( const double  beta)

Definition at line 323 of file GraftUKFVelocity.cpp.

◆ setInitialCovariance()

void GraftUKFVelocity::setInitialCovariance ( std::vector< double > &  P)

Definition at line 279 of file GraftUKFVelocity.cpp.

◆ setKappa()

void GraftUKFVelocity::setKappa ( const double  kappa)

Definition at line 319 of file GraftUKFVelocity.cpp.

◆ setProcessNoise()

void GraftUKFVelocity::setProcessNoise ( std::vector< double > &  Q)

Definition at line 297 of file GraftUKFVelocity.cpp.

◆ setTopics()

void GraftUKFVelocity::setTopics ( std::vector< boost::shared_ptr< GraftSensor > > &  topics)

Definition at line 275 of file GraftUKFVelocity.cpp.

Member Data Documentation

◆ alpha_

double GraftUKFVelocity::alpha_
private

Definition at line 89 of file GraftUKFVelocity.h.

◆ beta_

double GraftUKFVelocity::beta_
private

Definition at line 90 of file GraftUKFVelocity.h.

◆ graft_control_

Matrix<double, SIZE, 1> GraftUKFVelocity::graft_control_
private

Definition at line 81 of file GraftUKFVelocity.h.

◆ graft_covariance_

Matrix<double, SIZE, SIZE> GraftUKFVelocity::graft_covariance_
private

Definition at line 82 of file GraftUKFVelocity.h.

◆ graft_state_

Matrix<double, SIZE, 1> GraftUKFVelocity::graft_state_
private

Definition at line 80 of file GraftUKFVelocity.h.

◆ kappa_

double GraftUKFVelocity::kappa_
private

Definition at line 91 of file GraftUKFVelocity.h.

◆ last_imu_time_

ros::Time GraftUKFVelocity::last_imu_time_
private

Definition at line 87 of file GraftUKFVelocity.h.

◆ last_update_time_

ros::Time GraftUKFVelocity::last_update_time_
private

Definition at line 86 of file GraftUKFVelocity.h.

◆ Q_

Matrix<double, SIZE, SIZE> GraftUKFVelocity::Q_
private

Definition at line 84 of file GraftUKFVelocity.h.

◆ topics_

std::vector<boost::shared_ptr<GraftSensor> > GraftUKFVelocity::topics_
private

Definition at line 93 of file GraftUKFVelocity.h.


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


graft
Author(s): Chad Rockey
autogenerated on Wed Mar 2 2022 00:20:33