21 #include "modules/drivers/lidar/proto/config.pb.h" 37 std::shared_ptr<LidarDriverFactory> lidar_factory_;
38 apollo::drivers::lidar::config conf_;
39 std::shared_ptr<::apollo::cyber::Node> node_;
40 std::unique_ptr<LidarDriver> driver_;
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Defines the LidarFactory class.
~LidarDriverComponent()
Definition: lidar_driver_component.h:33
Definition: lidar_driver_component.h:30
#define CYBER_REGISTER_COMPONENT(name)
Definition: component.h:551
The Component can process up to four channels of messages. The message type is specified when the com...
Definition: component.h:58