12 #include <gtsam_unstable/dllexport.h> 45 using Base::evaluateError;
65 : Base(noiseModel, poseKey, anchorPoseKey, landmarkKey), measured_p_(z) {}
70 : Base(noiseModel, poseKey, anchorPoseKey, landmarkKey), measured_p_(z) {}
73 void print(
const std::string&
s =
"LocalOrientedPlane3Factor",
void print(const Matrix &A, const string &s, ostream &stream)
LocalOrientedPlane3Factor(const Vector4 &z, const SharedNoiseModel &noiseModel, Key poseKey, Key anchorPoseKey, Key landmarkKey)
~LocalOrientedPlane3Factor() override
static const KeyFormatter DefaultKeyFormatter
Represents an infinite plane in 3D, which is composed of a planar normal and its perpendicular distan...
OrientedPlane3 measured_p_
Matrix * OptionalMatrixType
LocalOrientedPlane3Factor(const OrientedPlane3 &z, const SharedNoiseModel &noiseModel, Key poseKey, Key anchorPoseKey, Key landmarkKey)
std::function< std::string(Key)> KeyFormatter
Typedef for a function to format a key, i.e. to convert it to a string.
LocalOrientedPlane3Factor()
Constructor.
Non-linear factor base classes.
NoiseModelFactorN< Pose3, Pose3, OrientedPlane3 > Base
std::uint64_t Key
Integer nonlinear key type.
noiseModel::Base::shared_ptr SharedNoiseModel