#include <pose_graph_2d_error_term.h>
|
template<typename T > |
bool | operator() (const T *const x_a, const T *const y_a, const T *const yaw_a, const T *const x_b, const T *const y_b, const T *const yaw_b, T *residuals_ptr) const |
|
| PoseGraph2dErrorTerm (double x_ab, double y_ab, double yaw_ab_radians, const Eigen::Matrix3d &sqrt_information) |
|
|
static ceres::CostFunction * | Create (double x_ab, double y_ab, double yaw_ab_radians, const Eigen::Matrix3d &sqrt_information) |
|
Definition at line 60 of file pose_graph_2d_error_term.h.
◆ PoseGraph2dErrorTerm()
ceres::examples::PoseGraph2dErrorTerm::PoseGraph2dErrorTerm |
( |
double |
x_ab, |
|
|
double |
y_ab, |
|
|
double |
yaw_ab_radians, |
|
|
const Eigen::Matrix3d & |
sqrt_information |
|
) |
| |
|
inline |
◆ Create()
static ceres::CostFunction* ceres::examples::PoseGraph2dErrorTerm::Create |
( |
double |
x_ab, |
|
|
double |
y_ab, |
|
|
double |
yaw_ab_radians, |
|
|
const Eigen::Matrix3d & |
sqrt_information |
|
) |
| |
|
inlinestatic |
◆ operator()()
template<typename T >
bool ceres::examples::PoseGraph2dErrorTerm::operator() |
( |
const T *const |
x_a, |
|
|
const T *const |
y_a, |
|
|
const T *const |
yaw_a, |
|
|
const T *const |
x_b, |
|
|
const T *const |
y_b, |
|
|
const T *const |
yaw_b, |
|
|
T * |
residuals_ptr |
|
) |
| const |
|
inline |
◆ p_ab_
const Eigen::Vector2d ceres::examples::PoseGraph2dErrorTerm::p_ab_ |
|
private |
◆ sqrt_information_
const Eigen::Matrix3d ceres::examples::PoseGraph2dErrorTerm::sqrt_information_ |
|
private |
◆ yaw_ab_radians_
const double ceres::examples::PoseGraph2dErrorTerm::yaw_ab_radians_ |
|
private |
The documentation for this class was generated from the following file: