Class responsibilities: observes laser scans and odometry; converts ROS structures to internal representation.
More...
#include <laser_scan_observer.h>
Class responsibilities: observes laser scans and odometry; converts ROS structures to internal representation.
Definition at line 15 of file laser_scan_observer.h.
LaserScanObserver::LaserScanObserver |
( |
bool |
skip_max_vals = false | ) |
|
|
inline |
Initializes the base laser scan observer.
- Parameters
-
skip_max_vals | Whether scan points that exceed the max reliable scan-specific distance be skipped. |
Definition at line 22 of file laser_scan_observer.h.
Converts ROS-specific structures that hold sensor data to internal framework's structures; Laser scan filtering is performed as part of the conversion.
- Parameters
-
msg | A ROS specific laser scan message. |
t | A TF specific transform. |
Definition at line 31 of file laser_scan_observer.h.
double LaserScanObserver::_prev_x |
|
private |
double LaserScanObserver::_prev_y |
|
private |
double LaserScanObserver::_prev_yaw |
|
private |
bool LaserScanObserver::_skip_max_vals |
|
private |
The documentation for this class was generated from the following file: