Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Member Functions | Public Attributes
mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams Struct Reference

Detailed Description

Input params for laserScanSimulatorWithUncertainty()

Definition at line 595 of file maps/COccupancyGridMap2D.h.

#include <mrpt/maps/COccupancyGridMap2D.h>

Public Member Functions

 TLaserSimulUncertaintyParams ()
 

Public Attributes

TLaserSimulUncertaintyMethod method
 (Default: sumMonteCarlo) Select the method to do the uncertainty propagation More...
 
Parameters for each uncertainty method
double UT_alpha
 
double UT_kappa
 
double UT_beta
 [sumUnscented] UT parameters. Defaults: alpha=0.99, kappa=0, betta=2.0 More...
 
size_t MC_samples
 [sumMonteCarlo] MonteCarlo parameter: number of samples (Default: 10) More...
 
Generic parameters for all methods
mrpt::poses::CPosePDFGaussian robotPose
 The robot pose Gaussian, in map coordinates. Recall that sensor pose relative to this robot pose must be specified in the observation object. More...
 
float aperture
 (Default: M_PI) The "aperture" or field-of-view of the range finder, in radians (typically M_PI = 180 degrees). More...
 
bool rightToLeft
 (Default: true) The scanning direction: true=counterclockwise; false=clockwise More...
 
float maxRange
 (Default: 80) The maximum range allowed by the device, in meters (e.g. 80m, 50m,...) More...
 
mrpt::poses::CPose3D sensorPose
 (Default: at origin) The 6D pose of the sensor on the robot at the moment of starting the scan. More...
 
size_t nRays
 
float rangeNoiseStd
 (Default: 0) The standard deviation of measurement noise. If not desired, set to 0 More...
 
float angleNoiseStd
 (Default: 0) The sigma of an optional Gaussian noise added to the angles at which ranges are measured (in radians) More...
 
unsigned int decimation
 (Default: 1) The rays that will be simulated are at indexes: 0, D, 2D, 3D,... More...
 
float threshold
 (Default: 0.6f) The minimum occupancy threshold to consider a cell to be occupied More...
 

Constructor & Destructor Documentation

◆ TLaserSimulUncertaintyParams()

COccupancyGridMap2D::TLaserSimulUncertaintyParams::TLaserSimulUncertaintyParams ( )

Definition at line 178 of file COccupancyGridMap2D_simulate.cpp.

Member Data Documentation

◆ angleNoiseStd

float mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::angleNoiseStd

(Default: 0) The sigma of an optional Gaussian noise added to the angles at which ranges are measured (in radians)

Definition at line 613 of file maps/COccupancyGridMap2D.h.

◆ aperture

float mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::aperture

(Default: M_PI) The "aperture" or field-of-view of the range finder, in radians (typically M_PI = 180 degrees).

Definition at line 607 of file maps/COccupancyGridMap2D.h.

Referenced by func_laserSimul_callback(), and mrpt::maps::COccupancyGridMap2D::laserScanSimulatorWithUncertainty().

◆ decimation

unsigned int mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::decimation

(Default: 1) The rays that will be simulated are at indexes: 0, D, 2D, 3D,...

Definition at line 614 of file maps/COccupancyGridMap2D.h.

Referenced by func_laserSimul_callback().

◆ maxRange

float mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::maxRange

(Default: 80) The maximum range allowed by the device, in meters (e.g. 80m, 50m,...)

Definition at line 609 of file maps/COccupancyGridMap2D.h.

Referenced by func_laserSimul_callback(), and mrpt::maps::COccupancyGridMap2D::laserScanSimulatorWithUncertainty().

◆ MC_samples

size_t mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::MC_samples

[sumMonteCarlo] MonteCarlo parameter: number of samples (Default: 10)

Definition at line 601 of file maps/COccupancyGridMap2D.h.

Referenced by mrpt::maps::COccupancyGridMap2D::laserScanSimulatorWithUncertainty().

◆ method

TLaserSimulUncertaintyMethod mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::method

(Default: sumMonteCarlo) Select the method to do the uncertainty propagation

Definition at line 597 of file maps/COccupancyGridMap2D.h.

Referenced by mrpt::maps::COccupancyGridMap2D::laserScanSimulatorWithUncertainty().

◆ nRays

size_t mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::nRays

◆ rangeNoiseStd

float mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::rangeNoiseStd

(Default: 0) The standard deviation of measurement noise. If not desired, set to 0

Definition at line 612 of file maps/COccupancyGridMap2D.h.

◆ rightToLeft

bool mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::rightToLeft

(Default: true) The scanning direction: true=counterclockwise; false=clockwise

Definition at line 608 of file maps/COccupancyGridMap2D.h.

Referenced by func_laserSimul_callback(), and mrpt::maps::COccupancyGridMap2D::laserScanSimulatorWithUncertainty().

◆ robotPose

mrpt::poses::CPosePDFGaussian mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::robotPose

The robot pose Gaussian, in map coordinates. Recall that sensor pose relative to this robot pose must be specified in the observation object.

Definition at line 606 of file maps/COccupancyGridMap2D.h.

Referenced by mrpt::maps::COccupancyGridMap2D::laserScanSimulatorWithUncertainty().

◆ sensorPose

mrpt::poses::CPose3D mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::sensorPose

(Default: at origin) The 6D pose of the sensor on the robot at the moment of starting the scan.

Definition at line 610 of file maps/COccupancyGridMap2D.h.

Referenced by func_laserSimul_callback(), and mrpt::maps::COccupancyGridMap2D::laserScanSimulatorWithUncertainty().

◆ threshold

float mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::threshold

(Default: 0.6f) The minimum occupancy threshold to consider a cell to be occupied

Definition at line 615 of file maps/COccupancyGridMap2D.h.

Referenced by func_laserSimul_callback().

◆ UT_alpha

double mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::UT_alpha

◆ UT_beta

double mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::UT_beta

[sumUnscented] UT parameters. Defaults: alpha=0.99, kappa=0, betta=2.0

Definition at line 600 of file maps/COccupancyGridMap2D.h.

Referenced by mrpt::maps::COccupancyGridMap2D::laserScanSimulatorWithUncertainty().

◆ UT_kappa

double mrpt::maps::COccupancyGridMap2D::TLaserSimulUncertaintyParams::UT_kappa



Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019