ed_sensor_integration
|
The EstimationInputData struct contains processed data from the world model (entity, 2D shape w.r.t. shape center at (0, 0), the shape center in the world model, the beam index that is expected to pass close to the shape center, the rendered 'model ranges' without the entity to fit and the (2D) sensor ranges. More...
#include <fitter.h>
Public Attributes | |
ed::EntityConstPtr | entity |
int | expected_center_beam |
std::vector< double > | model_ranges |
std::vector< double > | sensor_ranges |
Shape2D | shape2d_transformed |
geo::Vec2 | shape_center |
The EstimationInputData struct contains processed data from the world model (entity, 2D shape w.r.t. shape center at (0, 0), the shape center in the world model, the beam index that is expected to pass close to the shape center, the rendered 'model ranges' without the entity to fit and the (2D) sensor ranges.
ed::EntityConstPtr EstimationInputData::entity |
std::vector<double> EstimationInputData::model_ranges |
std::vector<double> EstimationInputData::sensor_ranges |