#include <occupied_space_cost_function_2d.h>
|
template<typename T > |
bool | operator() (const T *const pose, T *residual) const |
|
|
static constexpr int | kPadding = INT_MAX / 4 |
|
◆ OccupiedSpaceCostFunction2D() [1/2]
cartographer::mapping::scan_matching::OccupiedSpaceCostFunction2D::OccupiedSpaceCostFunction2D |
( |
const double |
scaling_factor, |
|
|
const sensor::PointCloud & |
point_cloud, |
|
|
const Grid2D & |
grid |
|
) |
| |
|
inlineprivate |
◆ OccupiedSpaceCostFunction2D() [2/2]
◆ CreateAutoDiffCostFunction()
static ceres::CostFunction* cartographer::mapping::scan_matching::OccupiedSpaceCostFunction2D::CreateAutoDiffCostFunction |
( |
const double |
scaling_factor, |
|
|
const sensor::PointCloud & |
point_cloud, |
|
|
const Grid2D & |
grid |
|
) |
| |
|
inlinestatic |
◆ operator()()
template<typename T >
bool cartographer::mapping::scan_matching::OccupiedSpaceCostFunction2D::operator() |
( |
const T *const |
pose, |
|
|
T * |
residual |
|
) |
| const |
|
inline |
◆ operator=()
◆ grid_
const Grid2D& cartographer::mapping::scan_matching::OccupiedSpaceCostFunction2D::grid_ |
|
private |
◆ kPadding
constexpr int cartographer::mapping::scan_matching::OccupiedSpaceCostFunction2D::kPadding = INT_MAX / 4 |
|
staticprivate |
◆ point_cloud_
const sensor::PointCloud& cartographer::mapping::scan_matching::OccupiedSpaceCostFunction2D::point_cloud_ |
|
private |
◆ scaling_factor_
const double cartographer::mapping::scan_matching::OccupiedSpaceCostFunction2D::scaling_factor_ |
|
private |
The documentation for this class was generated from the following file: