26 namespace perception {
34 std::shared_ptr<AttributePointCloud<PointF>>
cloud_ptr;
43 typedef std::shared_ptr<const LidarFrameSupplement>
49 void Reset() { on_use =
false; }
52 typedef std::shared_ptr<const RadarFrameSupplement>
63 std::shared_ptr<Blob<uint8_t>> image_blob =
nullptr;
73 typedef std::shared_ptr<const CameraFrameSupplement>
85 impending_collision_edges_ptr =
nullptr;
90 typedef std::shared_ptr<const UltrasonicFrameSupplement>
std::shared_ptr< const LidarFrameSupplement > LidarFrameSupplementConstPtr
Definition: frame_supplement.h:44
Definition: frame_supplement.h:76
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
void Reset()
Definition: frame_supplement.h:65
std::shared_ptr< const UltrasonicFrameSupplement > UltrasonicFrameSupplementConstPtr
Definition: frame_supplement.h:91
Definition: frame_supplement.h:29
bool on_use
Definition: frame_supplement.h:31
void Reset()
Definition: frame_supplement.h:83
std::shared_ptr< CameraFrameSupplement > CameraFrameSupplementPtr
Definition: frame_supplement.h:72
std::shared_ptr< const RadarFrameSupplement > RadarFrameSupplementConstPtr
Definition: frame_supplement.h:53
std::shared_ptr< Image8U > Image8UPtr
Definition: image_8u.h:148
std::shared_ptr< const CameraFrameSupplement > CameraFrameSupplementConstPtr
Definition: frame_supplement.h:74
void Reset()
Definition: frame_supplement.h:49
std::shared_ptr< AttributePointCloud< PointF > > cloud_ptr
Definition: frame_supplement.h:34
std::shared_ptr< ImpendingCollisionEdges > impending_collision_edges_ptr
Definition: frame_supplement.h:81
Definition: frame_supplement.h:46
std::shared_ptr< LidarFrameSupplement > LidarFrameSupplementPtr
Definition: frame_supplement.h:42
std::shared_ptr< RadarFrameSupplement > RadarFrameSupplementPtr
Definition: frame_supplement.h:51
void Reset()
Definition: frame_supplement.h:36
std::shared_ptr< UltrasonicFrameSupplement > UltrasonicFrameSupplementPtr
Definition: frame_supplement.h:89
Definition: frame_supplement.h:55