#include <rotation_delta_cost_functor_3d.h>
|
| template<typename T > |
| bool | operator() (const T *const rotation_quaternion, T *residual) const |
| |
◆ RotationDeltaCostFunctor3D() [1/2]
| cartographer::mapping::scan_matching::RotationDeltaCostFunctor3D::RotationDeltaCostFunctor3D |
( |
const double |
scaling_factor, |
|
|
const Eigen::Quaterniond & |
target_rotation |
|
) |
| |
|
inlineexplicitprivate |
◆ RotationDeltaCostFunctor3D() [2/2]
| cartographer::mapping::scan_matching::RotationDeltaCostFunctor3D::RotationDeltaCostFunctor3D |
( |
const RotationDeltaCostFunctor3D & |
| ) |
|
|
privatedelete |
◆ CreateAutoDiffCostFunction()
| static ceres::CostFunction* cartographer::mapping::scan_matching::RotationDeltaCostFunctor3D::CreateAutoDiffCostFunction |
( |
const double |
scaling_factor, |
|
|
const Eigen::Quaterniond & |
target_rotation |
|
) |
| |
|
inlinestatic |
◆ operator()()
template<typename T >
| bool cartographer::mapping::scan_matching::RotationDeltaCostFunctor3D::operator() |
( |
const T *const |
rotation_quaternion, |
|
|
T * |
residual |
|
) |
| const |
|
inline |
◆ operator=()
◆ scaling_factor_
| const double cartographer::mapping::scan_matching::RotationDeltaCostFunctor3D::scaling_factor_ |
|
private |
◆ target_rotation_inverse_
| double cartographer::mapping::scan_matching::RotationDeltaCostFunctor3D::target_rotation_inverse_[4] |
|
private |
The documentation for this class was generated from the following file: