Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Attributes
mrpt::obs::CActionRobotMovement2D::TMotionModelOptions::TOptions_ThrunModel Struct Reference

Detailed Description

Options for the Thrun's model, which generates a CPosePDFParticles object in poseChange See docs in : http://www.mrpt.org/tutorials/programming/odometry-and-motion-models/probabilistic_motion_models/.

Definition at line 85 of file obs/CActionRobotMovement2D.h.

#include <mrpt/obs/CActionRobotMovement2D.h>

Public Attributes

uint32_t nParticlesCount
 The default number of particles to generate in a internal representation (anyway you can draw as many samples as you want through CActionRobotMovement2D::drawSingleSample)

 
float alfa1_rot_rot
 
float alfa2_rot_trans
 
float alfa3_trans_trans
 
float alfa4_trans_rot
 
float additional_std_XY
 An additional noise added to the thrun model (std.
 
float additional_std_phi
 

Member Data Documentation

◆ additional_std_phi

float mrpt::obs::CActionRobotMovement2D::TMotionModelOptions::TOptions_ThrunModel::additional_std_phi

Definition at line 95 of file obs/CActionRobotMovement2D.h.

◆ additional_std_XY

float mrpt::obs::CActionRobotMovement2D::TMotionModelOptions::TOptions_ThrunModel::additional_std_XY

An additional noise added to the thrun model (std.

dev. in meters and radians).

Definition at line 95 of file obs/CActionRobotMovement2D.h.

◆ alfa1_rot_rot

float mrpt::obs::CActionRobotMovement2D::TMotionModelOptions::TOptions_ThrunModel::alfa1_rot_rot

Definition at line 89 of file obs/CActionRobotMovement2D.h.

◆ alfa2_rot_trans

float mrpt::obs::CActionRobotMovement2D::TMotionModelOptions::TOptions_ThrunModel::alfa2_rot_trans

Definition at line 90 of file obs/CActionRobotMovement2D.h.

◆ alfa3_trans_trans

float mrpt::obs::CActionRobotMovement2D::TMotionModelOptions::TOptions_ThrunModel::alfa3_trans_trans

Definition at line 91 of file obs/CActionRobotMovement2D.h.

◆ alfa4_trans_rot

float mrpt::obs::CActionRobotMovement2D::TMotionModelOptions::TOptions_ThrunModel::alfa4_trans_rot

Definition at line 92 of file obs/CActionRobotMovement2D.h.

◆ nParticlesCount

uint32_t mrpt::obs::CActionRobotMovement2D::TMotionModelOptions::TOptions_ThrunModel::nParticlesCount

The default number of particles to generate in a internal representation (anyway you can draw as many samples as you want through CActionRobotMovement2D::drawSingleSample)

Definition at line 88 of file obs/CActionRobotMovement2D.h.




Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Wed Mar 22 08:20:48 UTC 2023