|
base_local_planner
|
Stores a scan from a planar laser that can be used to clear freespace. More...
#include <planar_laser_scan.h>
Public Member Functions | |
| PlanarLaserScan () | |
Public Attributes | |
| double | angle_increment |
| double | angle_max |
| double | angle_min |
| sensor_msgs::PointCloud | cloud |
| geometry_msgs::Point32 | origin |
Stores a scan from a planar laser that can be used to clear freespace.
Definition at line 83 of file planar_laser_scan.h.
|
inline |
Definition at line 85 of file planar_laser_scan.h.
| double base_local_planner::PlanarLaserScan::angle_increment |
Definition at line 88 of file planar_laser_scan.h.
| double base_local_planner::PlanarLaserScan::angle_max |
Definition at line 88 of file planar_laser_scan.h.
| double base_local_planner::PlanarLaserScan::angle_min |
Definition at line 88 of file planar_laser_scan.h.
| sensor_msgs::PointCloud base_local_planner::PlanarLaserScan::cloud |
Definition at line 87 of file planar_laser_scan.h.
| geometry_msgs::Point32 base_local_planner::PlanarLaserScan::origin |
Definition at line 86 of file planar_laser_scan.h.
1.8.17