24 namespace perception {
33 bool Proc(
const std::shared_ptr<SensorFrameMessage>& message)
override;
36 std::shared_ptr<apollo::cyber::Writer<PerceptionObstacles>> writer_;
~LidarOutputComponent()=default
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
LidarOutputComponent()=default
Definition: lidar_output_component.h:27
bool Proc(const std::shared_ptr< SensorFrameMessage > &message) override
The Component can process up to four channels of messages. The message type is specified when the com...
Definition: component.h:58
CYBER_REGISTER_COMPONENT(CameraObstacleDetectionComponent)