64 Base(model, key), nT_(gpsIn) {
82 boost::optional<Matrix&>
H = boost::none)
const override;
93 static std::pair<Pose3, Vector3> EstimateState(
double t1,
const Point3& NED1,
94 double t2,
const Point3& NED2,
double timestamp);
99 friend class boost::serialization::access;
100 template<
class ARCHIVE>
103 & boost::serialization::make_nvp(
"NoiseModelFactor1",
104 boost::serialization::base_object<Base>(*
this));
105 ar & BOOST_SERIALIZATION_NVP(nT_);
136 Base(model, key), nT_(gpsIn) {
154 boost::optional<Matrix&>
H = boost::none)
const override;
163 friend class boost::serialization::access;
164 template<
class ARCHIVE>
167 & boost::serialization::make_nvp(
"NoiseModelFactor1",
168 boost::serialization::base_object<Base>(*
this));
169 ar & BOOST_SERIALIZATION_NVP(nT_);
void print(const Matrix &A, const string &s, ostream &stream)
const Point3 & measurementIn() const
GPSFactor2()
default constructor - only use for serialization
void serialize(ARCHIVE &ar, const unsigned int)
GPSFactor(Key key, const Point3 &gpsIn, const SharedNoiseModel &model)
Constructor from a measurement in a Cartesian frame. Use GeographicLib to convert from geographic (la...
noiseModel::Diagonal::shared_ptr model
GPSFactor This
Typedef to this class.
const Point3 & measurementIn() const
NoiseModelFactor1< Pose3 > Base
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
boost::shared_ptr< GPSFactor > shared_ptr
shorthand for a smart pointer to a factor
boost::shared_ptr< This > shared_ptr
Navigation state composing of attitude, position, and velocity.
std::function< std::string(Key)> KeyFormatter
Typedef for a function to format a key, i.e. to convert it to a string.
GPSFactor2 This
Typedef to this class.
Point3 nT_
Position measurement in cartesian coordinates.
Array< double, 1, 3 > e(1./3., 0.5, 2.)
Point3 nT_
Position measurement in cartesian coordinates.
Non-linear factor base classes.
NoiseModelFactor1< NavState > Base
gtsam::NonlinearFactor::shared_ptr clone() const override
boost::shared_ptr< GPSFactor2 > shared_ptr
shorthand for a smart pointer to a factor
void serialize(ARCHIVE &ar, const unsigned int)
GPSFactor2(Key key, const Point3 &gpsIn, const SharedNoiseModel &model)
Constructor from a measurement in a Cartesian frame.
std::uint64_t Key
Integer nonlinear key type.
noiseModel::Base::shared_ptr SharedNoiseModel