36 using NoiseModelFactor1<VALUE>::evaluateError;
51 typedef typename std::shared_ptr<PriorFactor<VALUE> >
shared_ptr;
63 Base(
model, key), prior_(prior) {
68 Base(
noiseModel::Gaussian::Covariance(covariance), key), prior_(prior) {
81 std::cout << s <<
"PriorFactor on " << keyFormatter(this->
key()) <<
"\n";
86 std::cout <<
"no noise model" << std::endl;
91 const This*
e =
dynamic_cast<const This*
> (&
expected);
108 #ifdef GTSAM_ENABLE_BOOST_SERIALIZATION 110 friend class boost::serialization::access;
111 template<
class ARCHIVE>
112 void serialize(ARCHIVE & ar,
const unsigned int ) {
114 ar & boost::serialization::make_nvp(
"NoiseModelFactor1",
115 boost::serialization::base_object<Base>(*
this));
116 ar & BOOST_SERIALIZATION_NVP(prior_);
127 template<
class VALUE>
Vector evaluateError(const T &x, OptionalMatrixType H) const override
Concept check for values that can be used in unit tests.
PriorFactor(Key key, const VALUE &prior, const Matrix &covariance)
std::string serialize(const T &input)
serializes to a string
noiseModel::Diagonal::shared_ptr model
bool equals(const NonlinearFactor &f, double tol=1e-9) const override
PriorFactor(Key key, const VALUE &prior, const SharedNoiseModel &model=nullptr)
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
#define GTSAM_CONCEPT_TESTABLE_TYPE(T)
static const KeyFormatter DefaultKeyFormatter
#define GTSAM_MAKE_ALIGNED_OPERATOR_NEW_IF(NeedsToAlign)
const VALUE & prior() const
const SharedNoiseModel & noiseModel() const
access to the noise model
Matrix * OptionalMatrixType
NoiseModelFactorN< VALUE > Base
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.
SharedNoiseModel noiseModel_
Non-linear factor base classes.
bool equals(const NonlinearFactor &expected, double tol=1e-9) const override
std::shared_ptr< This > shared_ptr
PriorFactor< VALUE > This
Typedef to this class.
std::shared_ptr< PriorFactor< VALUE > > shared_ptr
shorthand for a smart pointer to a factor
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 x
std::uint64_t Key
Integer nonlinear key type.
void Print(const CONTAINER &keys, const string &s, const KeyFormatter &keyFormatter)
void print(const std::string &s, const KeyFormatter &keyFormatter=DefaultKeyFormatter) const override
noiseModel::Base::shared_ptr SharedNoiseModel