open_simulation_interface
v3.4.0 (2021-11-18)
|
A stationary object (e.g. landmark) in the environment as detected by the sensor. More...
Classes | |
struct | CandidateStationaryObject |
A candidate for a detected stationary object as estimated by the sensor. More... | |
Public Attributes | |
optional DetectedItemHeader | header = 1 |
optional BaseStationary | base = 2 |
optional BaseStationary | base_rmse = 3 |
repeated CandidateStationaryObject | candidate = 4 |
optional ColorDescription | color_description = 5 |
A stationary object (e.g. landmark) in the environment as detected by the sensor.
optional BaseStationary osi3::DetectedStationaryObject::base = 2 |
The base parameters of the stationary object.
optional BaseStationary osi3::DetectedStationaryObject::base_rmse = 3 |
The root mean squared error of the base parameters of the detected stationary object (e.g. landmark). StationaryObject::base
has to be identical for all candidate
stationary objects.
repeated CandidateStationaryObject osi3::DetectedStationaryObject::candidate = 4 |
A list of candidates for this stationary object as estimated by the sensor.
optional ColorDescription osi3::DetectedStationaryObject::color_description = 5 |
The dominating color of the material of the structure.
optional DetectedItemHeader osi3::DetectedStationaryObject::header = 1 |
Common information of one detected item.