|
ed_sensor_integration
|
Public Member Functions | |
| Candidate (std::shared_ptr< BeamModel > beam_model_ptr) | |
| void | initialize (const uint i_beam, const double yaw) |
| ~Candidate () | |
Public Attributes | |
| geo::Vec2 | beam_direction |
| uint | beam_index |
| double | beam_length |
| geo::Transform2 | pose |
| std::vector< double > | test_ranges |
Private Attributes | |
| std::shared_ptr< BeamModel > | beam_model_ptr_ |
Definition at line 147 of file fitter.cpp.
|
inline |
Definition at line 151 of file fitter.cpp.
|
inline |
Definition at line 165 of file fitter.cpp.
|
inline |
Definition at line 155 of file fitter.cpp.
| geo::Vec2 Candidate::beam_direction |
Definition at line 171 of file fitter.cpp.
| uint Candidate::beam_index |
Definition at line 169 of file fitter.cpp.
| double Candidate::beam_length |
Definition at line 170 of file fitter.cpp.
|
private |
Definition at line 176 of file fitter.cpp.
| geo::Transform2 Candidate::pose |
Definition at line 172 of file fitter.cpp.
| std::vector<double> Candidate::test_ranges |
Definition at line 173 of file fitter.cpp.
1.8.17