43 using Base::evaluateError;
65 : Base(model, key, baroKey), nT_(heightOut(baroIn)) {}
75 const std::string&
s =
"",
80 double tol = 1
e-9)
const override;
90 return (
std::pow(n / 101.29, 1. / 5.256) * 288.08 - 273.1 - 15.04) /
94 inline double baroOut(
const double& meters) {
95 double temp = 15.04 - 0.00649 * meters;
96 return 101.29 *
std::pow(((temp + 273.1) / 288.08), 5.256);
100 #ifdef GTSAM_ENABLE_BOOST_SERIALIZATION 101 friend class boost::serialization::access; 103 template <
class ARCHIVE>
104 void serialize(ARCHIVE& ar,
const unsigned int ) {
106 ar& boost::serialization::make_nvp(
108 boost::serialization::base_object<Base>(*
this));
109 ar& BOOST_SERIALIZATION_NVP(nT_);
void print(const Matrix &A, const string &s, ostream &stream)
const gtsam::Symbol key('X', 0)
BarometricFactor(Key key, Key baroKey, const double &baroIn, const SharedNoiseModel &model)
Constructor from a measurement of pressure in KPa.
std::string serialize(const T &input)
serializes to a string
noiseModel::Diagonal::shared_ptr model
gtsam::NonlinearFactor::shared_ptr clone() const override
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
static const KeyFormatter DefaultKeyFormatter
double baroOut(const double &meters)
Matrix * OptionalMatrixType
BarometricFactor This
Typedef to this class.
std::shared_ptr< BarometricFactor > shared_ptr
shorthand for a smart pointer to a factor
~BarometricFactor() override
Navigation state composing of attitude, position, and velocity.
Array< double, 1, 3 > e(1./3., 0.5, 2.)
std::function< std::string(Key)> KeyFormatter
Typedef for a function to format a key, i.e. to convert it to a string.
double nT_
Height Measurement based on a standard atmosphere.
Non-linear factor base classes.
double heightOut(double n) const
std::shared_ptr< This > shared_ptr
NoiseModelFactorN< Pose3, double > Base
Jet< T, N > pow(const Jet< T, N > &f, double g)
std::uint64_t Key
Integer nonlinear key type.
noiseModel::Base::shared_ptr SharedNoiseModel
const double & measurementIn() const