|
MRPT
1.9.9
|
Used in CObservation3DRangeScan::convertTo2DScan()
Definition at line 63 of file CObservation3DRangeScan.h.
#include <mrpt/obs/CObservation3DRangeScan.h>
Public Member Functions | |
| T3DPointsTo2DScanParams () | |
Public Attributes | |
| std::string | sensorLabel |
| The sensor label that will have the newly created observation. More... | |
| double | angle_sup |
| (Default=5 degrees) [Only if use_origin_sensor_pose=false] The upper & lower half-FOV angle (in radians). More... | |
| double | angle_inf |
| double | z_min |
| (Default:-inf, +inf) [Only if use_origin_sensor_pose=true] Only obstacle points with Z coordinates within the range [z_min,z_max] will be taken into account. More... | |
| double | z_max |
| double | oversampling_ratio |
| (Default=1.2=120%) How many more laser scans rays to create (read docs for CObservation3DRangeScan::convertTo2DScan()). More... | |
| bool | use_origin_sensor_pose |
(Default:false) If false, the conversion will be such that the 2D observation pose on the robot coincides with that in the original 3D range scan. More... | |
| T3DPointsTo2DScanParams::T3DPointsTo2DScanParams | ( | ) |
Definition at line 1303 of file CObservation3DRangeScan.cpp.
| double mrpt::obs::T3DPointsTo2DScanParams::angle_inf |
Definition at line 69 of file CObservation3DRangeScan.h.
Referenced by mrpt::obs::CObservation3DRangeScan::convertTo2DScan().
| double mrpt::obs::T3DPointsTo2DScanParams::angle_sup |
(Default=5 degrees) [Only if use_origin_sensor_pose=false] The upper & lower half-FOV angle (in radians).
Definition at line 69 of file CObservation3DRangeScan.h.
Referenced by mrpt::obs::CObservation3DRangeScan::convertTo2DScan().
| double mrpt::obs::T3DPointsTo2DScanParams::oversampling_ratio |
(Default=1.2=120%) How many more laser scans rays to create (read docs for CObservation3DRangeScan::convertTo2DScan()).
Definition at line 76 of file CObservation3DRangeScan.h.
Referenced by mrpt::obs::CObservation3DRangeScan::convertTo2DScan().
| std::string mrpt::obs::T3DPointsTo2DScanParams::sensorLabel |
The sensor label that will have the newly created observation.
Definition at line 66 of file CObservation3DRangeScan.h.
| bool mrpt::obs::T3DPointsTo2DScanParams::use_origin_sensor_pose |
(Default:false) If false, the conversion will be such that the 2D observation pose on the robot coincides with that in the original 3D range scan.
If true, the sensed points will be "reprojected" as seen from a sensor pose at the robot/vehicle frame origin (and angle_sup, angle_inf will be ignored)
Definition at line 84 of file CObservation3DRangeScan.h.
Referenced by mrpt::obs::CObservation3DRangeScan::convertTo2DScan().
| double mrpt::obs::T3DPointsTo2DScanParams::z_max |
Definition at line 73 of file CObservation3DRangeScan.h.
Referenced by mrpt::obs::CObservation3DRangeScan::convertTo2DScan().
| double mrpt::obs::T3DPointsTo2DScanParams::z_min |
(Default:-inf, +inf) [Only if use_origin_sensor_pose=true] Only obstacle points with Z coordinates within the range [z_min,z_max] will be taken into account.
Definition at line 73 of file CObservation3DRangeScan.h.
Referenced by mrpt::obs::CObservation3DRangeScan::convertTo2DScan().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020 |