Public Member Functions | Static Public Member Functions | Public Attributes
cartographer::mapping::scan_matching::Candidate3D Struct Reference

List of all members.

Public Member Functions

 Candidate3D (const int scan_index, const Eigen::Array3i &offset)
bool operator< (const Candidate3D &other) const
bool operator> (const Candidate3D &other) const

Static Public Member Functions

static Candidate3D Unsuccessful ()

Public Attributes

float low_resolution_score = 0.f
Eigen::Array3i offset
int scan_index
float score = -std::numeric_limits<float>::infinity()

Detailed Description

Definition at line 86 of file fast_correlative_scan_matcher_3d.cc.


Constructor & Destructor Documentation

cartographer::mapping::scan_matching::Candidate3D::Candidate3D ( const int  scan_index,
const Eigen::Array3i &  offset 
) [inline]

Definition at line 87 of file fast_correlative_scan_matcher_3d.cc.


Member Function Documentation

bool cartographer::mapping::scan_matching::Candidate3D::operator< ( const Candidate3D other) const [inline]

Definition at line 108 of file fast_correlative_scan_matcher_3d.cc.

bool cartographer::mapping::scan_matching::Candidate3D::operator> ( const Candidate3D other) const [inline]

Definition at line 109 of file fast_correlative_scan_matcher_3d.cc.

Definition at line 90 of file fast_correlative_scan_matcher_3d.cc.


Member Data Documentation

Definition at line 106 of file fast_correlative_scan_matcher_3d.cc.

Definition at line 100 of file fast_correlative_scan_matcher_3d.cc.

Definition at line 95 of file fast_correlative_scan_matcher_3d.cc.

float cartographer::mapping::scan_matching::Candidate3D::score = -std::numeric_limits<float>::infinity()

Definition at line 103 of file fast_correlative_scan_matcher_3d.cc.


The documentation for this struct was generated from the following file:


cartographer
Author(s): The Cartographer Authors
autogenerated on Thu May 9 2019 02:27:36