Apollo 10.0
自动驾驶开放平台
|
类 | |
class | AdaptiveKalmanFilter |
class | BaseDetector |
class | BaseFilter |
class | BaseMatcher |
class | BasePreprocessor |
class | BaseRadarObstaclePerception |
class | BaseRoiFilter |
class | BaseTracker |
class | ContiArsDetector |
class | ContiArsPreprocessor |
class | ContiArsTracker |
struct | DetectorInitOptions |
struct | DetectorOptions |
class | DummyDetector |
class | DummyPreprocessor |
class | DummyRoiFilter |
class | HdmapRadarRoiFilter |
class | HMMatcher |
struct | MatcherConfig |
struct | MatcherInitOptions |
struct | PerceptionInitOptions |
struct | PreprocessorConfig |
struct | PreprocessorInitOptions |
struct | PreprocessorOptions |
struct | RadarComponentConfig |
class | RadarDetectionComponent |
class | RadarObstaclePerception |
struct | RadarObstaclePerceptionConfig |
struct | RadarPerceptionOptions |
class | RadarTrack |
class | RadarTrackManager |
struct | RoiFilterInitOptions |
struct | RoiFilterOptions |
struct | TrackerConfig |
struct | TrackerInitOptions |
struct | TrackerOptions |
struct | TrackObjectMatcherOptions |
类型定义 | |
typedef std::pair< size_t, size_t > | TrackObjectPair |
typedef std::shared_ptr< RadarTrack > | RadarTrackPtr |
枚举 | |
enum | ContiObjectType { CONTI_POINT = 0 , CONTI_CAR = 1 , CONTI_TRUCK = 2 , CONTI_PEDESTRIAN = 3 , CONTI_MOTOCYCLE = 4 , CONTI_BICYCLE = 5 , CONTI_WIDE = 6 , CONTI_TYPE_UNKNOWN = 7 , CONTI_MAX_OBJECT_TYPE = 8 } |
enum | ContiMeasState { CONTI_DELETED = 0 , CONTI_NEW = 1 , CONTI_MEASURED = 2 , CONTI_PREDICTED = 3 , CONTI_DELETED_FOR = 4 , CONTI_NEW_FROM_MERGE = 5 } |
enum | ContiDynProp { CONTI_MOVING = 0 , CONTI_STATIONARY = 1 , CONTI_ONCOMING = 2 , CONTI_STATIONARY_CANDIDATE = 3 , CONTI_DYNAMIC_UNKNOWN = 4 , CONTI_CROSSING_STATIONARY = 5 , CONTI_CROSSING_MOVING = 6 , CONTI_STOPPED = 7 } |
变量 | |
const double | PI = 3.1415926535898 |
const int | MAX_RADAR_IDX = 2147483647 |
const double | CONTI_ARS_INTERVAL = 0.074 |
const double | MIN_PROBEXIST = 0.08 |
typedef std::shared_ptr<RadarTrack> apollo::perception::radar::RadarTrackPtr |
在文件 radar_track.h 第 157 行定义.
typedef std::pair<size_t, size_t> apollo::perception::radar::TrackObjectPair |
在文件 base_matcher.h 第 34 行定义.
枚举值 | |
---|---|
CONTI_MOVING | |
CONTI_STATIONARY | |
CONTI_ONCOMING | |
CONTI_STATIONARY_CANDIDATE | |
CONTI_DYNAMIC_UNKNOWN | |
CONTI_CROSSING_STATIONARY | |
CONTI_CROSSING_MOVING | |
CONTI_STOPPED |
枚举值 | |
---|---|
CONTI_DELETED | |
CONTI_NEW | |
CONTI_MEASURED | |
CONTI_PREDICTED | |
CONTI_DELETED_FOR | |
CONTI_NEW_FROM_MERGE |
枚举值 | |
---|---|
CONTI_POINT | |
CONTI_CAR | |
CONTI_TRUCK | |
CONTI_PEDESTRIAN | |
CONTI_MOTOCYCLE | |
CONTI_BICYCLE | |
CONTI_WIDE | |
CONTI_TYPE_UNKNOWN | |
CONTI_MAX_OBJECT_TYPE |
apollo::perception::radar::CYBER_REGISTER_COMPONENT | ( | RadarDetectionComponent | ) |
void apollo::perception::radar::MockRadarPolygon | ( | base::ObjectPtr | object | ) |
Construct object bounding box from center point and object size.
object | object including center point and size, we add bounding box on it and return. |
在文件 radar_util.cc 第 22 行定义.
apollo::perception::radar::PERCEPTION_REGISTER_DETECTOR | ( | ContiArsDetector | ) |
apollo::perception::radar::PERCEPTION_REGISTER_DETECTOR | ( | DummyDetector | ) |
apollo::perception::radar::PERCEPTION_REGISTER_MATCHER | ( | HMMatcher | ) |
apollo::perception::radar::PERCEPTION_REGISTER_PREPROCESSOR | ( | ContiArsPreprocessor | ) |
apollo::perception::radar::PERCEPTION_REGISTER_PREPROCESSOR | ( | DummyPreprocessor | ) |
apollo::perception::radar::PERCEPTION_REGISTER_RADAR_OBSTACLE_PERCEPTION | ( | RadarObstaclePerception | ) |
apollo::perception::radar::PERCEPTION_REGISTER_REGISTERER | ( | BaseDetector | ) |
apollo::perception::radar::PERCEPTION_REGISTER_REGISTERER | ( | BaseMatcher | ) |
apollo::perception::radar::PERCEPTION_REGISTER_REGISTERER | ( | BasePreprocessor | ) |
apollo::perception::radar::PERCEPTION_REGISTER_REGISTERER | ( | BaseRadarObstaclePerception | ) |
apollo::perception::radar::PERCEPTION_REGISTER_REGISTERER | ( | BaseRoiFilter | ) |
apollo::perception::radar::PERCEPTION_REGISTER_REGISTERER | ( | BaseTracker | ) |
apollo::perception::radar::PERCEPTION_REGISTER_ROI_FILTER | ( | DummyRoiFilter | ) |
apollo::perception::radar::PERCEPTION_REGISTER_ROI_FILTER | ( | HdmapRadarRoiFilter | ) |
apollo::perception::radar::PERCEPTION_REGISTER_TRACKER | ( | ContiArsTracker | ) |