49 : Base(model, key),
measured_(pose_z.translation()) {
63 const Translation& newTrans = pose.translation();
64 const Rotation&
R = pose.rotation();
68 *
H = Matrix::Zero(tDim, xDim);
69 std::pair<size_t, size_t> transInterval = POSE::translationInterval();
70 (*H).middleCols(transInterval.first, tDim) = R.matrix();
78 const This *
e =
dynamic_cast<const This*
> (&
expected);
92 template<
class ARCHIVE>
94 ar & boost::serialization::make_nvp(
"NoiseModelFactor1",
95 boost::serialization::base_object<Base>(*
this));
PoseTranslationPrior(Key key, const Translation &measured, const noiseModel::Base::shared_ptr &model)
bool equals(const NonlinearFactor &expected, double tol=1e-9) const override
bool equals(const NonlinearFactor &f, double tol=1e-9) const override
void serialize(ARCHIVE &ar, const unsigned int)
noiseModel::Diagonal::shared_ptr model
Rot2 R(Rot2::fromAngle(0.1))
void print(const std::string &s="", const KeyFormatter &keyFormatter=DefaultKeyFormatter) 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
gtsam::NonlinearFactor::shared_ptr clone() const override
static const KeyFormatter DefaultKeyFormatter
friend class boost::serialization::access
#define GTSAM_CONCEPT_POSE_TYPE(T)
PoseTranslationPrior(Key key, const POSE &pose_z, const noiseModel::Base::shared_ptr &model)
static const Pose3 pose(Rot3(Vector3(1,-1,-1).asDiagonal()), Point3(0, 0, 0.5))
Vector evaluateError(const Pose &pose, boost::optional< Matrix & > H=boost::none) const override
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.)
const Translation & measured() const
boost::shared_ptr< Base > shared_ptr
POSE::Translation Translation
#define GTSAM_CONCEPT_LIE_TYPE(T)
void print(const std::string &s="", const KeyFormatter &keyFormatter=DefaultKeyFormatter) const override
Non-linear factor base classes.
PoseTranslationPrior< POSE > This
NoiseModelFactor1< POSE > Base
~PoseTranslationPrior() override
std::uint64_t Key
Integer nonlinear key type.
void Print(const CONTAINER &keys, const string &s, const KeyFormatter &keyFormatter)
#define GTSAM_CONCEPT_GROUP_TYPE(T)