#include <pose_graph_3d_error_term.h>
Definition at line 71 of file pose_graph_3d_error_term.h.
◆ PoseGraph3dErrorTerm()
ceres::examples::PoseGraph3dErrorTerm::PoseGraph3dErrorTerm |
( |
const Pose3d & |
t_ab_measured, |
|
|
const Eigen::Matrix< double, 6, 6 > & |
sqrt_information |
|
) |
| |
|
inline |
◆ Create()
static ceres::CostFunction* ceres::examples::PoseGraph3dErrorTerm::Create |
( |
const Pose3d & |
t_ab_measured, |
|
|
const Eigen::Matrix< double, 6, 6 > & |
sqrt_information |
|
) |
| |
|
inlinestatic |
◆ operator()()
template<typename T >
bool ceres::examples::PoseGraph3dErrorTerm::operator() |
( |
const T *const |
p_a_ptr, |
|
|
const T *const |
q_a_ptr, |
|
|
const T *const |
p_b_ptr, |
|
|
const T *const |
q_b_ptr, |
|
|
T * |
residuals_ptr |
|
) |
| const |
|
inline |
◆ sqrt_information_
const Eigen::Matrix<double, 6, 6> ceres::examples::PoseGraph3dErrorTerm::sqrt_information_ |
|
private |
◆ t_ab_measured_
const Pose3d ceres::examples::PoseGraph3dErrorTerm::t_ab_measured_ |
|
private |
The documentation for this class was generated from the following file: