Go to the source code of this file.
|
enum | apollo::perception::benchmark::ObjectType {
apollo::perception::benchmark::UNKNOWN = 0,
apollo::perception::benchmark::UNKNOWN_MOVABLE = 1,
apollo::perception::benchmark::UNKNOWN_UNMOVABLE = 2,
apollo::perception::benchmark::PEDESTRIAN = 3,
apollo::perception::benchmark::BICYCLE = 4,
apollo::perception::benchmark::VEHICLE = 5,
apollo::perception::benchmark::MAX_OBJECT_TYPE = 6
} |
|
enum | apollo::perception::benchmark::InternalObjectType {
apollo::perception::benchmark::INT_BACKGROUND = 0,
apollo::perception::benchmark::INT_SMALLMOT = 1,
apollo::perception::benchmark::INT_PEDESTRIAN = 2,
apollo::perception::benchmark::INT_NONMOT = 3,
apollo::perception::benchmark::INT_BIGMOT = 4,
apollo::perception::benchmark::INT_UNKNOWN = 5,
apollo::perception::benchmark::INT_MAX_OBJECT_TYPE = 6
} |
|
enum | apollo::perception::benchmark::SensorType {
apollo::perception::benchmark::VELODYNE_64 = 0,
apollo::perception::benchmark::VELODYNE_16 = 1,
apollo::perception::benchmark::RADAR = 2,
apollo::perception::benchmark::CAMERA = 3,
apollo::perception::benchmark::UNKNOWN_SENSOR_TYPE = 4
} |
|