velodyne_lidar
VelodyneVLP16Driver.hpp
Go to the documentation of this file.
1 #ifndef _VELODYNE_VLP16_DRIVER_HPP_
2 #define _VELODYNE_VLP16_DRIVER_HPP_
3 
4 #include "velodyneDataDriver.hpp"
5 
6 namespace velodyne_lidar
7 {
8 
10 {
11 public:
13  virtual ~VelodyneVLP16Driver();
14 
20  virtual bool convertScanToSample(base::samples::DepthMap& sample, bool copy_remission = true);
21 
25  virtual double getBroadcastFrequency();
26 };
27 
28 }
29 
30 #endif
VelodyneVLP16Driver()
Definition: VelodyneVLP16Driver.cpp:16
Definition: VelodyneVLP16Driver.hpp:9
virtual bool convertScanToSample(base::samples::DepthMap &sample, bool copy_remission=true)
Definition: VelodyneVLP16Driver.cpp:31
virtual ~VelodyneVLP16Driver()
Definition: VelodyneVLP16Driver.cpp:21
virtual double getBroadcastFrequency()
Definition: VelodyneVLP16Driver.cpp:26
Definition: velodyneDataDriver.hpp:17