25 namespace perception {
49 bool outside_image =
false;
55 bool is_detected =
false;
56 bool is_selected =
false;
60 std::vector<base::PointXYZID>
points;
63 float detect_score = 0.0f;
71 double confidence = 0.0;
73 double tracking_time = 0.0;
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
LightStatus status
Definition: traffic_light.h:85
Rect< int > projection_roi
Definition: traffic_light.h:47
std::vector< Rect< int > > debug_roi
Definition: traffic_light.h:51
Definition: traffic_light.h:79
Definition: traffic_light.h:45
std::shared_ptr< TrafficLight > TrafficLightPtr
Definition: traffic_light.h:88
std::vector< float > debug_roi_detect_scores
Definition: traffic_light.h:52
LightRegion region
Definition: traffic_light.h:84
std::vector< base::PointXYZID > points
Definition: traffic_light.h:60
std::vector< TrafficLightPtr > TrafficLightPtrs
Definition: traffic_light.h:89
Rect< int > detection_roi
Definition: traffic_light.h:54
TLDetectionClass
Definition: traffic_light.h:37
Rect< int > crop_roi
Definition: traffic_light.h:48
Definition: traffic_light.h:67
std::string id
Definition: traffic_light.h:82
TLColor
Definition: traffic_light.h:28