
Public Member Functions | |
| CloudThrottle () | |
Private Member Functions | |
| void | callback (const PointCloud::ConstPtr &cloud) | 
| virtual void | onInit () | 
Private Attributes | |
| ros::Time | last_update_ | 
| double | max_update_rate_ | 
| ros::Publisher | pub_ | 
| ros::Subscriber | sub_ | 
Definition at line 46 of file cloud_throttle.cpp.
| pcl_to_scan::CloudThrottle::CloudThrottle | ( | ) |  [inline] | 
        
Definition at line 50 of file cloud_throttle.cpp.
| void pcl_to_scan::CloudThrottle::callback | ( | const PointCloud::ConstPtr & | cloud | ) |  [inline, private] | 
        
Definition at line 68 of file cloud_throttle.cpp.
| virtual void pcl_to_scan::CloudThrottle::onInit | ( | ) |  [inline, private, virtual] | 
        
Implements nodelet::Nodelet.
Definition at line 57 of file cloud_throttle.cpp.
Definition at line 52 of file cloud_throttle.cpp.
double pcl_to_scan::CloudThrottle::max_update_rate_ [private] | 
        
Definition at line 56 of file cloud_throttle.cpp.
Definition at line 86 of file cloud_throttle.cpp.
Definition at line 87 of file cloud_throttle.cpp.