9 #ifndef CActionRobotMovement3D_H
10 #define CActionRobotMovement3D_H
74 float a1,
a2,
a3,a4,a5,a6,a7,a8,a9,a10;
79 } motionModelConfiguration;
85 void computeFromOdometry(
87 const TMotionModelOptions &options);
92 void computeFromOdometry_model6DOF(
94 const TMotionModelOptions &o
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
Column vector, like Eigen::MatrixX*, but automatically initialized to zeros since construction.
Declares a class for storing a robot action.
Represents a probabilistic 3D (6D) movement.
mrpt::poses::CPose3DPDFGaussian poseChange
The 3D pose change probabilistic estimation.
TEstimationMethod estimationMethod
This fields indicates the way this estimation was obtained.
mrpt::math::CVectorFloat velocities
The velocity of the robot in each of 6D: v_x,v_y,v_z,v_yaw,v_pitch,v_roll (linear in meters/sec and a...
vector_bool hasVelocities
Each "true" entry means that the corresponding "velocities" element contains valid data - There are 6...
TEstimationMethod
A list of posible ways for estimating the content of a CActionRobotMovement3D object.
mrpt::poses::CPose3D rawOdometryIncrementReading
This is the raw odometry reading, and only is used when "estimationMethod" is "TEstimationMethod::emO...
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
Declares a class that represents a Probability Density function (PDF) of a 3D pose .
std::vector< bool > vector_bool
A type for passing a vector of bools.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
unsigned __int32 uint32_t
float additional_std_angle
uint32_t nParticlesCount
Options for the 6DOFModel model which generates a CPosePDFParticles object an then create from that C...
The parameter to be passed to "computeFromOdometry".
TDrawSampleMotionModel modelSelection
The model to be used.