OrientedPlane3Factor.h
Go to the documentation of this file.
1 /*
2  * @file OrientedPlane3Factor.cpp
3  * @brief OrientedPlane3 Factor class
4  * @author Alex Trevor
5  * @date December 22, 2013
6  */
7 
8 #pragma once
9 
12 
13 namespace gtsam {
14 
18 class OrientedPlane3Factor: public NoiseModelFactor2<Pose3, OrientedPlane3> {
19  protected:
22 
23  public:
26  }
27  ~OrientedPlane3Factor() override {}
28 
37  Key poseKey, Key landmarkKey)
38  : Base(noiseModel, poseKey, landmarkKey), measured_p_(z) {}
39 
41  void print(const std::string& s = "OrientedPlane3Factor",
42  const KeyFormatter& keyFormatter = DefaultKeyFormatter) const override;
43 
46  const Pose3& pose, const OrientedPlane3& plane,
47  boost::optional<Matrix&> H1 = boost::none,
48  boost::optional<Matrix&> H2 = boost::none) const override;
49 };
50 
51 // TODO: Convert this factor to dimension two, three dimensions is redundant for direction prior
52 class OrientedPlane3DirectionPrior : public NoiseModelFactor1<OrientedPlane3> {
53  protected:
56 
57  public:
61  }
62 
66  : Base(noiseModel, key), measured_p_(z) {}
67 
69  void print(const std::string& s = "OrientedPlane3DirectionPrior",
70  const KeyFormatter& keyFormatter = DefaultKeyFormatter) const override;
71 
73  bool equals(const NonlinearFactor& expected, double tol = 1e-9) const override;
74 
75  Vector evaluateError(const OrientedPlane3& plane,
76  boost::optional<Matrix&> H = boost::none) const override;
77 };
78 
79 } // gtsam
80 
OrientedPlane3DirectionPrior This
OrientedPlane3Factor(const Vector4 &z, const SharedGaussian &noiseModel, Key poseKey, Key landmarkKey)
const gtsam::Key poseKey
OrientedPlane3DirectionPrior(Key key, const Vector4 &z, const SharedGaussian &noiseModel)
Constructor with measured plane coefficients (a,b,c,d), noise model, landmark symbol.
bool equals(const NonlinearFactor &f, double tol=1e-9) const override
Matrix expected
Definition: testMatrix.cpp:974
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
Definition: Key.h:43
const SharedNoiseModel & noiseModel() const
access to the noise model
Represents an infinite plane in 3D, which is composed of a planar normal and its perpendicular distan...
Vector evaluateError(const Pose3 &pose, const OrientedPlane3 &plane, boost::optional< Matrix & > H1=boost::none, boost::optional< Matrix & > H2=boost::none) const override
evaluateError
Eigen::VectorXd Vector
Definition: Vector.h:38
static const Pose3 pose(Rot3(Vector3(1,-1,-1).asDiagonal()), Point3(0, 0, 0.5))
std::function< std::string(Key)> KeyFormatter
Typedef for a function to format a key, i.e. to convert it to a string.
Definition: Key.h:35
void print(const std::string &s="OrientedPlane3Factor", const KeyFormatter &keyFormatter=DefaultKeyFormatter) const override
print
Array< double, 1, 3 > e(1./3., 0.5, 2.)
RealScalar s
NoiseModelFactor1< OrientedPlane3 > Base
measured plane parameters
traits
Definition: chartTesting.h:28
NoiseModelFactor2< Pose3, OrientedPlane3 > Base
Non-linear factor base classes.
const G double tol
Definition: Group.h:83
std::uint64_t Key
Integer nonlinear key type.
Definition: types.h:61
noiseModel::Gaussian::shared_ptr SharedGaussian
Definition: NoiseModel.h:735


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:43:06