#include <XYZFactor.h>

Public Member Functions | |
| gtsam::Vector | evaluateError (const gtsam::Point3 &p, boost::optional< gtsam::Matrix & > H=boost::none) const |
| gtsam::Vector | evaluateError (const gtsam::Pose3 &p, boost::optional< gtsam::Matrix & > H=boost::none) const |
| XYZFactor (gtsam::Key poseKey, const gtsam::Point3 m, gtsam::SharedNoiseModel model) | |
Private Attributes | |
| double | mx_ |
| double | my_ |
| double | mz_ |
Definition at line 24 of file XYZFactor.h.
|
inline |
Constructor
| poseKey | associated pose variable key |
| model | noise model for GPS sensor, in X-Y |
| m | Point2 measurement |
Definition at line 38 of file XYZFactor.h.
|
inline |
Definition at line 56 of file XYZFactor.h.
|
inline |
Definition at line 44 of file XYZFactor.h.
|
private |
Definition at line 28 of file XYZFactor.h.
|
private |
Definition at line 28 of file XYZFactor.h.
|
private |
Definition at line 28 of file XYZFactor.h.