#include <correlative_scan_matcher_2d.h>
Public Member Functions | |
| Candidate2D (const int init_scan_index, const int init_x_index_offset, const int init_y_index_offset, const SearchParameters &search_parameters) | |
| bool | operator< (const Candidate2D &other) const |
| bool | operator> (const Candidate2D &other) const |
Public Attributes | |
| double | orientation = 0. |
| int | scan_index = 0 |
| float | score = 0.f |
| double | x = 0. |
| int | x_index_offset = 0 |
| double | y = 0. |
| int | y_index_offset = 0 |
Definition at line 74 of file correlative_scan_matcher_2d.h.
| cartographer::mapping::scan_matching::Candidate2D::Candidate2D | ( | const int | init_scan_index, |
| const int | init_x_index_offset, | ||
| const int | init_y_index_offset, | ||
| const SearchParameters & | search_parameters | ||
| ) | [inline] |
Definition at line 75 of file correlative_scan_matcher_2d.h.
| bool cartographer::mapping::scan_matching::Candidate2D::operator< | ( | const Candidate2D & | other | ) | const [inline] |
Definition at line 101 of file correlative_scan_matcher_2d.h.
| bool cartographer::mapping::scan_matching::Candidate2D::operator> | ( | const Candidate2D & | other | ) | const [inline] |
Definition at line 102 of file correlative_scan_matcher_2d.h.
Definition at line 96 of file correlative_scan_matcher_2d.h.
Definition at line 87 of file correlative_scan_matcher_2d.h.
Definition at line 99 of file correlative_scan_matcher_2d.h.
Definition at line 94 of file correlative_scan_matcher_2d.h.
Definition at line 90 of file correlative_scan_matcher_2d.h.
Definition at line 95 of file correlative_scan_matcher_2d.h.
Definition at line 91 of file correlative_scan_matcher_2d.h.