65 void resetIntegration()
override;
91 static Vector9 UpdatePreintegrated(
const Vector3& a_body,
93 const Vector9& preintegrated,
112 static Vector9 Compose(
const Vector9& zeta01,
const Vector9& zeta12,
123 virtual boost::shared_ptr<TangentPreintegration>
clone()
const {
124 return boost::shared_ptr<TangentPreintegration>();
131 friend class boost::serialization::access;
132 template<
class ARCHIVE>
134 namespace bs = ::boost::serialization;
136 ar & BOOST_SERIALIZATION_NVP(preintegrated_);
137 ar & BOOST_SERIALIZATION_NVP(preintegrated_H_biasAcc_);
138 ar & BOOST_SERIALIZATION_NVP(preintegrated_H_biasOmega_);
Vector3 deltaPij() const override
NavState deltaXij() const override
Rot3 deltaRij() const override
TangentPreintegration()
Default constructor for serialization.
Matrix93 preintegrated_H_biasAcc_
Jacobian of preintegrated_ w.r.t. acceleration bias.
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy y set format x g set format y g set format x2 g set format y2 g set format z g set angles radians set nogrid set key title set key left top Right noreverse box linetype linewidth samplen spacing width set nolabel set noarrow set nologscale set logscale x set set pointsize set encoding default set nopolar set noparametric set set set set surface set nocontour set clabel set mapping cartesian set nohidden3d set cntrparam order set cntrparam linear set cntrparam levels auto set cntrparam points set size set set xzeroaxis lt lw set x2zeroaxis lt lw set yzeroaxis lt lw set y2zeroaxis lt lw set tics in set ticslevel set tics set mxtics default set mytics default set mx2tics default set my2tics default set xtics border mirror norotate autofreq set ytics border mirror norotate autofreq set ztics border nomirror norotate autofreq set nox2tics set noy2tics set timestamp bottom norotate set rrange[*:*] noreverse nowriteback set trange[*:*] noreverse nowriteback set urange[*:*] noreverse nowriteback set vrange[*:*] noreverse nowriteback set xlabel matrix size set x2label set timefmt d m y n H
Matrix93 preintegrated_H_biasOmega_
Jacobian of preintegrated_ w.r.t. angular rate bias.
const Matrix93 & preintegrated_H_biasOmega() const
virtual boost::shared_ptr< TangentPreintegration > clone() const
NavState retract(const Vector9 &v, OptionalJacobian< 9, 9 > H1=boost::none, OptionalJacobian< 9, 9 > H2=boost::none) const
retract with optional derivatives
~TangentPreintegration() override
Virtual destructor.
void serialize(ARCHIVE &ar, const unsigned int)
static const Vector3 measuredAcc
const Matrix93 & preintegrated_H_biasAcc() const
static Rot3 Expmap(const Vector3 &v, OptionalJacobian< 3, 3 > H=boost::none)
const Vector9 & preintegrated() const
Vector3 deltaVij() const override
Matrix< Scalar, Dynamic, Dynamic > C
static const Vector3 measuredOmega(w, 0, 0)
#define GTSAM_MAKE_ALIGNED_OPERATOR_NEW