Public Types | Public Member Functions | Static Public Member Functions | Private Types | Private Member Functions | Private Attributes | Friends | List of all members
gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY > Class Template Reference

#include <EquivInertialNavFactor_GlobalVel_NoBias.h>

Inheritance diagram for gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >:
Inheritance graph
[legend]

Public Types

typedef boost::shared_ptr< EquivInertialNavFactor_GlobalVel_NoBiasshared_ptr
 
- Public Types inherited from gtsam::NoiseModelFactor4< POSE, VELOCITY, POSE, VELOCITY >
typedef POSE X1
 
typedef VELOCITY X2
 
typedef POSE X3
 
typedef VELOCITY X4
 
- Public Types inherited from gtsam::NoiseModelFactor
typedef boost::shared_ptr< Thisshared_ptr
 
- Public Types inherited from gtsam::NonlinearFactor
typedef boost::shared_ptr< Thisshared_ptr
 
- Public Types inherited from gtsam::Factor
typedef KeyVector::const_iterator const_iterator
 Const iterator over keys. More...
 
typedef KeyVector::iterator iterator
 Iterator over keys. More...
 

Public Member Functions

bool equals (const NonlinearFactor &expected, double tol=1e-9) const override
 
 EquivInertialNavFactor_GlobalVel_NoBias ()
 
 EquivInertialNavFactor_GlobalVel_NoBias (const Key &Pose1, const Key &Vel1, const Key &Pose2, const Key &Vel2, const Vector &delta_pos_in_t0, const Vector &delta_vel_in_t0, const Vector3 &delta_angles, double dt12, const Vector world_g, const Vector world_rho, const Vector &world_omega_earth, const noiseModel::Gaussian::shared_ptr &model_equivalent, const Matrix &Jacobian_wrt_t0_Overall, boost::optional< POSE > body_P_sensor=boost::none)
 
Vector evaluateError (const POSE &Pose1, const VELOCITY &Vel1, const POSE &Pose2, const VELOCITY &Vel2, boost::optional< Matrix & > H1=boost::none, boost::optional< Matrix & > H2=boost::none, boost::optional< Matrix & > H3=boost::none, boost::optional< Matrix & > H4=boost::none) const
 
POSE evaluatePoseError (const POSE &Pose1, const VELOCITY &Vel1, const POSE &Pose2, const VELOCITY &Vel2) const
 
VELOCITY evaluateVelocityError (const POSE &Pose1, const VELOCITY &Vel1, const POSE &Pose2, const VELOCITY &Vel2) const
 
void predict (const POSE &Pose1, const VELOCITY &Vel1, POSE &Pose2, VELOCITY &Vel2) const
 
POSE predictPose (const POSE &Pose1, const VELOCITY &Vel1) const
 
VELOCITY predictVelocity (const POSE &Pose1, const VELOCITY &Vel1) const
 
virtual void print (const std::string &s="EquivInertialNavFactor_GlobalVel_NoBias", const KeyFormatter &keyFormatter=DefaultKeyFormatter) const
 
virtual ~EquivInertialNavFactor_GlobalVel_NoBias ()
 
- Public Member Functions inherited from gtsam::NoiseModelFactor4< POSE, VELOCITY, POSE, VELOCITY >
Key key1 () const
 
Key key2 () const
 
Key key3 () const
 
Key key4 () const
 
 NoiseModelFactor4 ()
 
 NoiseModelFactor4 (const SharedNoiseModel &noiseModel, Key j1, Key j2, Key j3, Key j4)
 
Vector unwhitenedError (const Values &x, boost::optional< std::vector< Matrix > & > H=boost::none) const override
 
 ~NoiseModelFactor4 () override
 
- Public Member Functions inherited from gtsam::NoiseModelFactor
shared_ptr cloneWithNewNoiseModel (const SharedNoiseModel newNoise) const
 
size_t dim () const override
 
double error (const Values &c) const override
 
boost::shared_ptr< GaussianFactorlinearize (const Values &x) const override
 
const SharedNoiseModelnoiseModel () const
 access to the noise model More...
 
 NoiseModelFactor ()
 
template<typename CONTAINER >
 NoiseModelFactor (const SharedNoiseModel &noiseModel, const CONTAINER &keys)
 
Vector unweightedWhitenedError (const Values &c) const
 
double weight (const Values &c) const
 
Vector whitenedError (const Values &c) const
 
 ~NoiseModelFactor () override
 
- Public Member Functions inherited from gtsam::NonlinearFactor
 NonlinearFactor ()
 
template<typename CONTAINER >
 NonlinearFactor (const CONTAINER &keys)
 
virtual ~NonlinearFactor ()
 
virtual bool active (const Values &) const
 
virtual shared_ptr clone () const
 
shared_ptr rekey (const std::map< Key, Key > &rekey_mapping) const
 
shared_ptr rekey (const KeyVector &new_keys) const
 
- Public Member Functions inherited from gtsam::Factor
virtual ~Factor ()=default
 Default destructor. More...
 
KeyVectorkeys ()
 
iterator begin ()
 
iterator end ()
 
virtual void printKeys (const std::string &s="Factor", const KeyFormatter &formatter=DefaultKeyFormatter) const
 print only keys More...
 
Key front () const
 First key. More...
 
Key back () const
 Last key. More...
 
const_iterator find (Key key) const
 find More...
 
const KeyVectorkeys () const
 Access the factor's involved variable keys. More...
 
const_iterator begin () const
 
const_iterator end () const
 
size_t size () const
 

Static Public Member Functions

static noiseModel::Gaussian::shared_ptr calc_descrete_noise_model (const noiseModel::Gaussian::shared_ptr &model, double delta_t)
 
static void Calc_g_rho_omega_earth_ENU (const Vector &Pos_ENU, const Vector &Vel_ENU, const Vector &LatLonHeight_IC, const Vector &Pos_ENU_Initial, Vector &g_ENU, Vector &rho_ENU, Vector &omega_earth_ENU)
 
static void Calc_g_rho_omega_earth_NED (const Vector &Pos_NED, const Vector &Vel_NED, const Vector &LatLonHeight_IC, const Vector &Pos_NED_Initial, Vector &g_NED, Vector &rho_NED, Vector &omega_earth_NED)
 
static noiseModel::Gaussian::shared_ptr CalcEquivalentNoiseCov (const noiseModel::Gaussian::shared_ptr &gaussian_acc, const noiseModel::Gaussian::shared_ptr &gaussian_gyro, const noiseModel::Gaussian::shared_ptr &gaussian_process)
 
static void CalcEquivalentNoiseCov_DifferentParts (const noiseModel::Gaussian::shared_ptr &gaussian_acc, const noiseModel::Gaussian::shared_ptr &gaussian_gyro, const noiseModel::Gaussian::shared_ptr &gaussian_process, Matrix &cov_acc, Matrix &cov_gyro, Matrix &cov_process_without_acc_gyro)
 
static void PredictFromPreIntegration (const POSE &Pose1, const VELOCITY &Vel1, POSE &Pose2, VELOCITY &Vel2, const Vector &delta_pos_in_t0, const Vector &delta_vel_in_t0, const Vector3 &delta_angles, double dt12, const Vector world_g, const Vector world_rho, const Vector &world_omega_earth, const Matrix &Jacobian_wrt_t0_Overall)
 
static POSE predictPose_inertial (const POSE &Pose1, const VELOCITY &Vel1, const Vector &delta_pos_in_t0, const Vector3 &delta_angles, const double dt12, const Vector &world_g, const Vector &world_rho, const Vector &world_omega_earth)
 
static POSE PredictPoseFromPreIntegration (const POSE &Pose1, const VELOCITY &Vel1, const Vector &delta_pos_in_t0, const Vector3 &delta_angles, double dt12, const Vector world_g, const Vector world_rho, const Vector &world_omega_earth, const Matrix &Jacobian_wrt_t0_Overall)
 
static VELOCITY predictVelocity_inertial (const POSE &Pose1, const VELOCITY &Vel1, const Vector &delta_vel_in_t0, const double dt12, const Vector &world_g, const Vector &world_rho, const Vector &world_omega_earth)
 
static VELOCITY PredictVelocityFromPreIntegration (const POSE &Pose1, const VELOCITY &Vel1, const Vector &delta_vel_in_t0, double dt12, const Vector world_g, const Vector world_rho, const Vector &world_omega_earth, const Matrix &Jacobian_wrt_t0_Overall)
 
static void PreIntegrateIMUObservations (const Vector &msr_acc_t, const Vector &msr_gyro_t, const double msr_dt, Vector &delta_pos_in_t0, Vector3 &delta_angles, Vector &delta_vel_in_t0, double &delta_t, const noiseModel::Gaussian::shared_ptr &model_continuous_overall, Matrix &EquivCov_Overall, Matrix &Jacobian_wrt_t0_Overall, boost::optional< POSE > p_body_P_sensor=boost::none)
 
static Vector PreIntegrateIMUObservations_delta_angles (const Vector &msr_gyro_t, const double msr_dt, const Vector3 &delta_angles, const bool flag_use_body_P_sensor, const POSE &body_P_sensor)
 
static Vector PreIntegrateIMUObservations_delta_pos (const double msr_dt, const Vector &delta_pos_in_t0, const Vector &delta_vel_in_t0)
 
static Vector PreIntegrateIMUObservations_delta_vel (const Vector &msr_gyro_t, const Vector &msr_acc_t, const double msr_dt, const Vector3 &delta_angles, const Vector &delta_vel_in_t0, const bool flag_use_body_P_sensor, const POSE &body_P_sensor)
 

Private Types

typedef NoiseModelFactor4< POSE, VELOCITY, POSE, VELOCITY > Base
 
typedef EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY > This
 

Private Member Functions

template<class ARCHIVE >
void serialize (ARCHIVE &ar, const unsigned int)
 

Private Attributes

boost::optional< POSE > body_P_sensor_
 
Vector3 delta_angles_
 
Vector delta_pos_in_t0_
 
Vector delta_vel_in_t0_
 
double dt12_
 
Matrix Jacobian_wrt_t0_Overall_
 
Vector world_g_
 
Vector world_omega_earth_
 
Vector world_rho_
 

Friends

class boost::serialization::access
 

Additional Inherited Members

- Protected Types inherited from gtsam::NoiseModelFactor4< POSE, VELOCITY, POSE, VELOCITY >
typedef NoiseModelFactor Base
 
typedef NoiseModelFactor4< POSE, VELOCITY, POSE, VELOCITY > This
 
- Protected Types inherited from gtsam::NoiseModelFactor
typedef NonlinearFactor Base
 
typedef NoiseModelFactor This
 
- Protected Types inherited from gtsam::NonlinearFactor
typedef Factor Base
 
typedef NonlinearFactor This
 
- Protected Member Functions inherited from gtsam::NoiseModelFactor
 NoiseModelFactor (const SharedNoiseModel &noiseModel)
 
- Protected Member Functions inherited from gtsam::Factor
 Factor ()
 
template<typename CONTAINER >
 Factor (const CONTAINER &keys)
 
template<typename ITERATOR >
 Factor (ITERATOR first, ITERATOR last)
 
bool equals (const This &other, double tol=1e-9) const
 check equality More...
 
- Static Protected Member Functions inherited from gtsam::Factor
template<typename CONTAINER >
static Factor FromKeys (const CONTAINER &keys)
 
template<typename ITERATOR >
static Factor FromIterators (ITERATOR first, ITERATOR last)
 
- Protected Attributes inherited from gtsam::NoiseModelFactor
SharedNoiseModel noiseModel_
 
- Protected Attributes inherited from gtsam::Factor
KeyVector keys_
 The keys involved in this factor. More...
 

Detailed Description

template<class POSE, class VELOCITY>
class gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >

Definition at line 90 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

Member Typedef Documentation

template<class POSE , class VELOCITY >
typedef NoiseModelFactor4<POSE, VELOCITY, POSE, VELOCITY> gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::Base
private

Definition at line 95 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
typedef boost::shared_ptr<EquivInertialNavFactor_GlobalVel_NoBias> gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::shared_ptr

Definition at line 113 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
typedef EquivInertialNavFactor_GlobalVel_NoBias<POSE, VELOCITY> gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::This
private

Definition at line 94 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

Constructor & Destructor Documentation

template<class POSE , class VELOCITY >
gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::EquivInertialNavFactor_GlobalVel_NoBias ( )
inline

default constructor - only use for serialization

Definition at line 116 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::EquivInertialNavFactor_GlobalVel_NoBias ( const Key Pose1,
const Key Vel1,
const Key Pose2,
const Key Vel2,
const Vector delta_pos_in_t0,
const Vector delta_vel_in_t0,
const Vector3 delta_angles,
double  dt12,
const Vector  world_g,
const Vector  world_rho,
const Vector world_omega_earth,
const noiseModel::Gaussian::shared_ptr model_equivalent,
const Matrix Jacobian_wrt_t0_Overall,
boost::optional< POSE >  body_P_sensor = boost::none 
)
inline

Constructor

Definition at line 119 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
virtual gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::~EquivInertialNavFactor_GlobalVel_NoBias ( )
inlinevirtual

Definition at line 130 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

Member Function Documentation

template<class POSE , class VELOCITY >
static noiseModel::Gaussian::shared_ptr gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::calc_descrete_noise_model ( const noiseModel::Gaussian::shared_ptr model,
double  delta_t 
)
inlinestatic

Definition at line 567 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static void gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::Calc_g_rho_omega_earth_ENU ( const Vector Pos_ENU,
const Vector Vel_ENU,
const Vector LatLonHeight_IC,
const Vector Pos_ENU_Initial,
Vector g_ENU,
Vector rho_ENU,
Vector omega_earth_ENU 
)
inlinestatic

Definition at line 512 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static void gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::Calc_g_rho_omega_earth_NED ( const Vector Pos_NED,
const Vector Vel_NED,
const Vector LatLonHeight_IC,
const Vector Pos_NED_Initial,
Vector g_NED,
Vector rho_NED,
Vector omega_earth_NED 
)
inlinestatic

Definition at line 482 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static noiseModel::Gaussian::shared_ptr gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::CalcEquivalentNoiseCov ( const noiseModel::Gaussian::shared_ptr gaussian_acc,
const noiseModel::Gaussian::shared_ptr gaussian_gyro,
const noiseModel::Gaussian::shared_ptr gaussian_process 
)
inlinestatic

Definition at line 460 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static void gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::CalcEquivalentNoiseCov_DifferentParts ( const noiseModel::Gaussian::shared_ptr gaussian_acc,
const noiseModel::Gaussian::shared_ptr gaussian_gyro,
const noiseModel::Gaussian::shared_ptr gaussian_process,
Matrix cov_acc,
Matrix cov_gyro,
Matrix cov_process_without_acc_gyro 
)
inlinestatic

Definition at line 473 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
bool gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::equals ( const NonlinearFactor expected,
double  tol = 1e-9 
) const
inlineoverridevirtual

equals

Reimplemented from gtsam::NoiseModelFactor.

Definition at line 156 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
Vector gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::evaluateError ( const POSE &  ,
const VELOCITY &  ,
const POSE &  ,
const VELOCITY &  ,
boost::optional< Matrix & >  H1 = boost::none,
boost::optional< Matrix & >  H2 = boost::none,
boost::optional< Matrix & >  H3 = boost::none,
boost::optional< Matrix & >  H4 = boost::none 
) const
inlinevirtual

Override this method to finish implementing a 4-way factor. If any of the optional Matrix reference arguments are specified, it should compute both the function evaluation and its derivative(s) in X1 (and/or X2, X3).

Implements gtsam::NoiseModelFactor4< POSE, VELOCITY, POSE, VELOCITY >.

Definition at line 272 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
POSE gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::evaluatePoseError ( const POSE &  Pose1,
const VELOCITY &  Vel1,
const POSE &  Pose2,
const VELOCITY &  Vel2 
) const
inline

Definition at line 256 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
VELOCITY gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::evaluateVelocityError ( const POSE &  Pose1,
const VELOCITY &  Vel1,
const POSE &  Pose2,
const VELOCITY &  Vel2 
) const
inline

Definition at line 264 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
void gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::predict ( const POSE &  Pose1,
const VELOCITY &  Vel1,
POSE &  Pose2,
VELOCITY &  Vel2 
) const
inline

Definition at line 251 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static void gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::PredictFromPreIntegration ( const POSE &  Pose1,
const VELOCITY &  Vel1,
POSE &  Pose2,
VELOCITY &  Vel2,
const Vector delta_pos_in_t0,
const Vector delta_vel_in_t0,
const Vector3 delta_angles,
double  dt12,
const Vector  world_g,
const Vector  world_rho,
const Vector world_omega_earth,
const Matrix Jacobian_wrt_t0_Overall 
)
inlinestatic

Definition at line 340 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
POSE gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::predictPose ( const POSE &  Pose1,
const VELOCITY &  Vel1 
) const
inline

Definition at line 170 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static POSE gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::predictPose_inertial ( const POSE &  Pose1,
const VELOCITY &  Vel1,
const Vector delta_pos_in_t0,
const Vector3 delta_angles,
const double  dt12,
const Vector world_g,
const Vector world_rho,
const Vector world_omega_earth 
)
inlinestatic

Definition at line 183 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static POSE gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::PredictPoseFromPreIntegration ( const POSE &  Pose1,
const VELOCITY &  Vel1,
const Vector delta_pos_in_t0,
const Vector3 delta_angles,
double  dt12,
const Vector  world_g,
const Vector  world_rho,
const Vector world_omega_earth,
const Matrix Jacobian_wrt_t0_Overall 
)
inlinestatic

Definition at line 315 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
VELOCITY gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::predictVelocity ( const POSE &  Pose1,
const VELOCITY &  Vel1 
) const
inline

Definition at line 221 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static VELOCITY gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::predictVelocity_inertial ( const POSE &  Pose1,
const VELOCITY &  Vel1,
const Vector delta_vel_in_t0,
const double  dt12,
const Vector world_g,
const Vector world_rho,
const Vector world_omega_earth 
)
inlinestatic

Definition at line 231 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static VELOCITY gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::PredictVelocityFromPreIntegration ( const POSE &  Pose1,
const VELOCITY &  Vel1,
const Vector delta_vel_in_t0,
double  dt12,
const Vector  world_g,
const Vector  world_rho,
const Vector world_omega_earth,
const Matrix Jacobian_wrt_t0_Overall 
)
inlinestatic

Definition at line 331 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static void gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::PreIntegrateIMUObservations ( const Vector msr_acc_t,
const Vector msr_gyro_t,
const double  msr_dt,
Vector delta_pos_in_t0,
Vector3 delta_angles,
Vector delta_vel_in_t0,
double &  delta_t,
const noiseModel::Gaussian::shared_ptr model_continuous_overall,
Matrix EquivCov_Overall,
Matrix Jacobian_wrt_t0_Overall,
boost::optional< POSE >  p_body_P_sensor = boost::none 
)
inlinestatic

Definition at line 350 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static Vector gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::PreIntegrateIMUObservations_delta_angles ( const Vector msr_gyro_t,
const double  msr_dt,
const Vector3 delta_angles,
const bool  flag_use_body_P_sensor,
const POSE &  body_P_sensor 
)
inlinestatic

Definition at line 439 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static Vector gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::PreIntegrateIMUObservations_delta_pos ( const double  msr_dt,
const Vector delta_pos_in_t0,
const Vector delta_vel_in_t0 
)
inlinestatic

Definition at line 401 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
static Vector gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::PreIntegrateIMUObservations_delta_vel ( const Vector msr_gyro_t,
const Vector msr_acc_t,
const double  msr_dt,
const Vector3 delta_angles,
const Vector delta_vel_in_t0,
const bool  flag_use_body_P_sensor,
const POSE &  body_P_sensor 
)
inlinestatic

Definition at line 412 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
virtual void gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::print ( const std::string &  s = "EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >",
const KeyFormatter keyFormatter = DefaultKeyFormatter 
) const
inlinevirtual

implement functions needed for Testable print

Reimplemented from gtsam::NoiseModelFactor.

Definition at line 135 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
template<class ARCHIVE >
void gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::serialize ( ARCHIVE &  ar,
const unsigned  int 
)
inlineprivate

Definition at line 579 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

Friends And Related Function Documentation

template<class POSE , class VELOCITY >
friend class boost::serialization::access
friend

Serialization function

Definition at line 577 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

Member Data Documentation

template<class POSE , class VELOCITY >
boost::optional<POSE> gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::body_P_sensor_
private

Definition at line 108 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
Vector3 gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::delta_angles_
private

Definition at line 99 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
Vector gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::delta_pos_in_t0_
private

Definition at line 97 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
Vector gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::delta_vel_in_t0_
private

Definition at line 98 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
double gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::dt12_
private

Definition at line 100 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
Matrix gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::Jacobian_wrt_t0_Overall_
private

Definition at line 106 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
Vector gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::world_g_
private

Definition at line 102 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
Vector gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::world_omega_earth_
private

Definition at line 104 of file EquivInertialNavFactor_GlobalVel_NoBias.h.

template<class POSE , class VELOCITY >
Vector gtsam::EquivInertialNavFactor_GlobalVel_NoBias< POSE, VELOCITY >::world_rho_
private

Definition at line 103 of file EquivInertialNavFactor_GlobalVel_NoBias.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:58:08