|
| PriorFactor () |
| default constructor - only use for serialization
|
|
| PriorFactor (Key key, const VALUE &prior, const SharedNoiseModel &model=nullptr) |
| Constructor.
|
|
| PriorFactor (Key key, const VALUE &prior, const Matrix &covariance) |
| Convenience constructor that takes a full covariance argument.
|
|
virtual gtsam::NonlinearFactor::shared_ptr | clone () const |
|
virtual void | print (const std::string &s, const KeyFormatter &keyFormatter=DefaultKeyFormatter) const |
| implement functions needed for Testable More...
|
|
virtual bool | equals (const NonlinearFactor &expected, double tol=1e-9) const |
| equals
|
|
Vector | evaluateError (const T &x, boost::optional< Matrix & > H=boost::none) const |
| implement functions needed to derive from Factor More...
|
|
const VALUE & | prior () const |
|
| NoiseModelFactor1 () |
| Default constructor for I/O only.
|
|
Key | key () const |
|
| NoiseModelFactor1 (const SharedNoiseModel &noiseModel, Key key1) |
| Constructor. More...
|
|
virtual Vector | unwhitenedError (const Values &x, boost::optional< std::vector< Matrix > & > H=boost::none) const |
| Calls the 1-key specific version of evaluateError, which is pure virtual so must be implemented in the derived class.
|
|
◆ shared_ptr
The measurement.
concept check by type shorthand for a smart pointer to a factor
◆ clone()
◆ evaluateError()
template<class VALUE >
Vector gtsam::PriorFactor< VALUE >::evaluateError |
( |
const T & |
x, |
|
|
boost::optional< Matrix & > |
H = boost::none |
|
) |
| const |
|
inlinevirtual |
◆ print()
The documentation for this class was generated from the following files: