Main MRPT website > C++ reference for MRPT 1.9.9
Functions
mrpt::global_settings Namespace Reference

Detailed Description

Global variables to change the run-time behaviour of some MRPT classes within mrpt-base.

See each variable for the description of what classes it affects.

Functions

void HEIGHTGRIDMAP_EXPORT3D_AS_MESH (bool value)
 If set to true (default), mrpt::maps::CHeightGridMap2D will be exported as a opengl::CMesh, otherwise, as a opengl::CPointCloudColoured Affects to: More...
 
bool HEIGHTGRIDMAP_EXPORT3D_AS_MESH ()
 
void OCTREE_RENDER_MAX_DENSITY_POINTS_PER_SQPIXEL (float value)
 Default value = 0.01 points/px^2. More...
 
float OCTREE_RENDER_MAX_DENSITY_POINTS_PER_SQPIXEL ()
 
size_t OCTREE_RENDER_MAX_POINTS_PER_NODE ()
 Default value = 1e5. More...
 
void OCTREE_RENDER_MAX_POINTS_PER_NODE (size_t value)
 
void USE_SUT_QUAT2EULER_CONVERSION (bool value)
 If set to true (false), a Scaled Unscented Transform is used instead of a linear approximation with Jacobians. More...
 
bool USE_SUT_QUAT2EULER_CONVERSION ()
 
void USE_SUT_EULER2QUAT_CONVERSION (bool value)
 If set to true (default), a Scaled Unscented Transform is used instead of a linear approximation with Jacobians. More...
 
bool USE_SUT_EULER2QUAT_CONVERSION ()
 

Function Documentation

◆ HEIGHTGRIDMAP_EXPORT3D_AS_MESH() [1/2]

bool mrpt::global_settings::HEIGHTGRIDMAP_EXPORT3D_AS_MESH ( )

Definition at line 96 of file CHeightGridMap2D.cpp.

References HEIGHTGRIDMAP_EXPORT3D_AS_MESH_value.

◆ HEIGHTGRIDMAP_EXPORT3D_AS_MESH() [2/2]

void mrpt::global_settings::HEIGHTGRIDMAP_EXPORT3D_AS_MESH ( bool  value)

If set to true (default), mrpt::maps::CHeightGridMap2D will be exported as a opengl::CMesh, otherwise, as a opengl::CPointCloudColoured Affects to:

  • CHeightGridMap2D::getAs3DObject

Definition at line 100 of file CHeightGridMap2D.cpp.

References HEIGHTGRIDMAP_EXPORT3D_AS_MESH_value.

◆ OCTREE_RENDER_MAX_DENSITY_POINTS_PER_SQPIXEL()

float mrpt::global_settings::OCTREE_RENDER_MAX_DENSITY_POINTS_PER_SQPIXEL ( )

◆ OCTREE_RENDER_MAX_POINTS_PER_NODE()

void mrpt::global_settings::OCTREE_RENDER_MAX_POINTS_PER_NODE ( size_t  value)

Definition at line 42 of file CPointCloud.cpp.

References OCTREE_RENDER_MAX_POINTS_PER_NODE_value.

◆ USE_SUT_EULER2QUAT_CONVERSION() [1/2]

bool mrpt::global_settings::USE_SUT_EULER2QUAT_CONVERSION ( )

Definition at line 32 of file CPose3DQuatPDFGaussian.cpp.

References USE_SUT_EULER2QUAT_CONVERSION_value.

◆ USE_SUT_EULER2QUAT_CONVERSION() [2/2]

void mrpt::global_settings::USE_SUT_EULER2QUAT_CONVERSION ( bool  value)

If set to true (default), a Scaled Unscented Transform is used instead of a linear approximation with Jacobians.

Affects to:

  • CPose3DQuatPDFGaussian::copyFrom(const CPose3DPDFGaussian &o)
  • CPose3DQuatPDFGaussianInf::copyFrom(const CPose3DPDFGaussianInf &o)

Definition at line 36 of file CPose3DQuatPDFGaussian.cpp.

References USE_SUT_EULER2QUAT_CONVERSION_value.

◆ USE_SUT_QUAT2EULER_CONVERSION() [1/2]

bool mrpt::global_settings::USE_SUT_QUAT2EULER_CONVERSION ( )

Definition at line 38 of file CPose3DPDFGaussian.cpp.

References USE_SUT_QUAT2EULER_CONVERSION_value.

◆ USE_SUT_QUAT2EULER_CONVERSION() [2/2]

void mrpt::global_settings::USE_SUT_QUAT2EULER_CONVERSION ( bool  value)

If set to true (false), a Scaled Unscented Transform is used instead of a linear approximation with Jacobians.

Affects to:

  • CPose3DPDFGaussian::CPose3DPDFGaussian( const CPose3DQuatPDFGaussian &o)

Definition at line 34 of file CPose3DPDFGaussian.cpp.

References USE_SUT_QUAT2EULER_CONVERSION_value.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST