Auxiliary struct that holds all the relevant geometry information about a 2D scan.
This class is used in CSinCosLookUpTableFor2DScans
Definition at line 24 of file T2DScanProperties.h.
#include <mrpt/obs/T2DScanProperties.h>
Public Attributes | |
size_t | nRays |
double | aperture |
bool | rightToLeft |
Angles storage order: true=counterclockwise; false=clockwise. More... | |
double mrpt::obs::T2DScanProperties::aperture |
Definition at line 26 of file T2DScanProperties.h.
Referenced by mrpt::nav::CHolonomicFullEval::evalSingleTarget(), mrpt::obs::CObservation2DRangeScan::getScanProperties(), mrpt::obs::CSinCosLookUpTableFor2DScans::getSinCosForScan(), and velodyne_scan_to_pointcloud().
size_t mrpt::obs::T2DScanProperties::nRays |
Definition at line 25 of file T2DScanProperties.h.
Referenced by mrpt::nav::CHolonomicFullEval::evalSingleTarget(), mrpt::obs::CSinCosLookUpTableFor2DScans::getSinCosForScan(), and velodyne_scan_to_pointcloud().
bool mrpt::obs::T2DScanProperties::rightToLeft |
Angles storage order: true=counterclockwise; false=clockwise.
Definition at line 27 of file T2DScanProperties.h.
Referenced by mrpt::nav::CHolonomicFullEval::evalSingleTarget(), mrpt::obs::CObservation2DRangeScan::getScanProperties(), mrpt::obs::CSinCosLookUpTableFor2DScans::getSinCosForScan(), and velodyne_scan_to_pointcloud().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |