Factor(xi, xj, xk) s.t. xk = Slerp(xi, xj, t)
More...
#include <pose3_interpolation_factor.hpp>
|
|
| Pose3InterpolationFactor (gtsam::Key xi, gtsam::Key xj, gtsam::Key xk, const double t, const gtsam::SharedNoiseModel &noise_model) |
| |
|
virtual void | print (const std::string &s="", const gtsam::KeyFormatter &keyFormatter=gtsam::DefaultKeyFormatter) const override |
| |
|
virtual gtsam::Vector | evaluateError (const gtsam::Pose3 &xi, const gtsam::Pose3 &xj, const gtsam::Pose3 &xk, OptionalMatrixType H_xi=NoneValue, OptionalMatrixType H_xj=NoneValue, OptionalMatrixType H_xk=NoneValue) const override |
| |
|
|
static gtsam::Pose3 | initial_guess (const gtsam::Pose3 &xi, const gtsam::Pose3 &xj, const double t) |
| |
Factor(xi, xj, xk) s.t. xk = Slerp(xi, xj, t)
The documentation for this class was generated from the following file: