|
| RangeFactor () |
| default constructor
|
|
| RangeFactor (Key key1, Key key2, T measured, const SharedNoiseModel &model) |
|
virtual gtsam::NonlinearFactor::shared_ptr | clone () const |
|
virtual Expression< T > | expression (Key key1, Key key2) const |
| Recreate expression from given keys_ and measured_, used in load Needed to deserialize a derived factor.
|
|
void | print (const std::string &s="", const KeyFormatter &kf=DefaultKeyFormatter) const |
| print
|
|
virtual | ~ExpressionFactor2 () |
| Destructor.
|
|
Vector | evaluateError (const A1 &a1, const A2 &a2, boost::optional< Matrix & > H1=boost::none, boost::optional< Matrix & > H2=boost::none) const |
| Backwards compatible evaluateError, to make existing tests compile.
|
|
| ExpressionFactor (const SharedNoiseModel &noiseModel, const T &measurement, const Expression< T > &expression) |
| Constructor: creates a factor from a measurement and measurement function. More...
|
|
virtual | ~ExpressionFactor () |
| Destructor.
|
|
const T & | measured () const |
| return the measurement
|
|
bool | equals (const NonlinearFactor &f, double tol) const |
| equals relies on Testable traits being defined for T
|
|
virtual Vector | unwhitenedError (const Values &x, boost::optional< std::vector< Matrix > & > H=boost::none) const |
| Error function without the NoiseModel, \( z-h(x) -> Local(h(x),z) \). More...
|
|
virtual boost::shared_ptr< GaussianFactor > | linearize (const Values &x) const |
| linearize to a GaussianFactor
|
|
|
class | boost::serialization::access |
|
◆ clone()
template<typename A1 , typename A2 = A1, typename T = double>
virtual gtsam::NonlinearFactor::shared_ptr gtsam::RangeFactor< A1, A2, T >::clone |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following files: