#include <sensor_data.h>
Public Types | |
using | Points = std::vector< ScanPoint2D > |
Public Member Functions | |
const Points & | points () const |
Points & | points () |
LaserScan2D | to_cartesian (double angle) const |
Public Attributes | |
std::shared_ptr< TrigonometryProvider > | trig_provider |
Private Attributes | |
Points | _points |
Definition at line 144 of file sensor_data.h.
using LaserScan2D::Points = std::vector<ScanPoint2D> |
Definition at line 146 of file sensor_data.h.
|
inline |
Definition at line 148 of file sensor_data.h.
|
inline |
Definition at line 149 of file sensor_data.h.
|
inline |
Definition at line 154 of file sensor_data.h.
|
private |
Definition at line 173 of file sensor_data.h.
std::shared_ptr<TrigonometryProvider> LaserScan2D::trig_provider |
Definition at line 171 of file sensor_data.h.