52 nZ_(nZ), bRef_(
bRef) {
68 template<
class ARCHIVE>
70 ar & boost::serialization::make_nvp(
"nZ_", nZ_);
71 ar & boost::serialization::make_nvp(
"bRef_", bRef_);
86 typedef boost::shared_ptr<Rot3AttitudeFactor>
shared_ptr;
125 boost::optional<Matrix&>
H = boost::none)
const override {
132 friend class boost::serialization::access;
133 template<
class ARCHIVE>
135 ar & boost::serialization::make_nvp(
"NoiseModelFactor1",
136 boost::serialization::base_object<Base>(*
this));
137 ar & boost::serialization::make_nvp(
"AttitudeFactor",
138 boost::serialization::base_object<AttitudeFactor>(*
this));
199 boost::optional<Matrix&>
H = boost::none)
const override {
203 *
H = Matrix::Zero(2,6);
204 H->block<2,3>(0,0) = H23;
212 friend class boost::serialization::access;
213 template<
class ARCHIVE>
215 ar & boost::serialization::make_nvp(
"NoiseModelFactor1",
216 boost::serialization::base_object<Base>(*
this));
217 ar & boost::serialization::make_nvp(
"AttitudeFactor",
218 boost::serialization::base_object<AttitudeFactor>(*
this));
void print(const Matrix &A, const string &s, ostream &stream)
noiseModel::Diagonal::shared_ptr model
NoiseModelFactor1< Pose3 > Base
Vector evaluateError(const Rot3 &nRb, boost::optional< Matrix & > H=boost::none) const override
~Pose3AttitudeFactor() override
Unit3 bRef_
Position measurement in.
void serialize(ARCHIVE &ar, const unsigned int)
~Rot3AttitudeFactor() 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
friend class boost::serialization::access
static const KeyFormatter DefaultKeyFormatter
gtsam::NonlinearFactor::shared_ptr clone() const override
Rot3AttitudeFactor This
Typedef to this class.
boost::shared_ptr< Pose3AttitudeFactor > shared_ptr
shorthand for a smart pointer to a factor
Represents a 3D point on a unit sphere.
void serialize(ARCHIVE &ar, const unsigned int)
Pose3AttitudeFactor(Key key, const Unit3 &nZ, const SharedNoiseModel &model, const Unit3 &bRef=Unit3(0, 0, 1))
Constructor.
boost::shared_ptr< This > shared_ptr
std::function< std::string(Key)> KeyFormatter
Typedef for a function to format a key, i.e. to convert it to a string.
Array< double, 1, 3 > e(1./3., 0.5, 2.)
AttitudeFactor(const Unit3 &nZ, const Unit3 &bRef=Unit3(0, 0, 1))
Constructor.
Vector evaluateError(const Pose3 &nTb, boost::optional< Matrix & > H=boost::none) const override
NoiseModelFactor1< Rot3 > Base
boost::shared_ptr< Rot3AttitudeFactor > shared_ptr
shorthand for a smart pointer to a factor
Non-linear factor base classes.
Vector attitudeError(const Rot3 &p, OptionalJacobian< 2, 3 > H=boost::none) const
const Unit3 & bRef() const
#define GTSAM_MAKE_ALIGNED_OPERATOR_NEW
gtsam::NonlinearFactor::shared_ptr clone() const override
void serialize(ARCHIVE &ar, const unsigned int)
Pose3AttitudeFactor This
Typedef to this class.
std::uint64_t Key
Integer nonlinear key type.
noiseModel::Base::shared_ptr SharedNoiseModel
const Rot3 & rotation(OptionalJacobian< 3, 6 > Hself=boost::none) const
get rotation
Rot3AttitudeFactor(Key key, const Unit3 &nZ, const SharedNoiseModel &model, const Unit3 &bRef=Unit3(0, 0, 1))
Constructor.