51 explicit LidarDriver(
const std::shared_ptr<::apollo::cyber::Node>& node)
63 virtual bool Init() = 0;
66 std::shared_ptr<cyber::Node>
node_;
std::shared_ptr< cyber::Node > node_
Definition: driver_base.h:66
virtual ~LidarDriver()=default
Destructor.
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
LidarDriver(const std::shared_ptr<::apollo::cyber::Node > &node)
Definition: driver_base.h:51
LidarDriver()
Constructor.
Definition: driver_base.h:50
The class which defines the lidar driver .
Definition: driver_base.h:45
virtual bool Init()=0
Initialize the lidar driver.