| Public Member Functions | |
| LaserImager () | |
| void | snapshotCallback (const calibration_msgs::DenseLaserSnapshotConstPtr &msg) | 
| Private Attributes | |
| Publisher | intensity_pub_ | 
| NodeHandle | n_ | 
| Publisher | range_pub_ | 
| Subscriber | sub_ | 
Builds a ROS image from an exisiting DenseLaserSnapshot. Extremely useful as a debugging tool
Definition at line 51 of file dense_laser_imager.cpp.
| LaserImager::LaserImager | ( | ) |  [inline] | 
Definition at line 55 of file dense_laser_imager.cpp.
| void LaserImager::snapshotCallback | ( | const calibration_msgs::DenseLaserSnapshotConstPtr & | msg | ) |  [inline] | 
Definition at line 63 of file dense_laser_imager.cpp.
| Publisher LaserImager::intensity_pub_  [private] | 
Definition at line 87 of file dense_laser_imager.cpp.
| NodeHandle LaserImager::n_  [private] | 
Definition at line 85 of file dense_laser_imager.cpp.
| Publisher LaserImager::range_pub_  [private] | 
Definition at line 88 of file dense_laser_imager.cpp.
| Subscriber LaserImager::sub_  [private] | 
Definition at line 86 of file dense_laser_imager.cpp.