22 #include "modules/drivers/lidar/proto/velodyne.pb.h" 23 #include "modules/drivers/lidar/proto/velodyne_config.pb.h" 35 using apollo::drivers::velodyne::VelodyneScan;
43 volatile bool runing_;
45 std::shared_ptr<VelodyneDriver> dvr_;
~VelodyneDriverComponent()
Definition: velodyne_driver_component.h:39
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Reader subscribes a channel, it has two main functions:
Definition: reader.h:68
Definition: velodyne_driver_component.h:37
#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
apollo::cyber::Writer< T > Writer
Definition: sensor_canbus.h:67