MRPT
1.9.9
|
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 () |
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:
Definition at line 94 of file CHeightGridMap2D.cpp.
References HEIGHTGRIDMAP_EXPORT3D_AS_MESH_value.
bool mrpt::global_settings::HEIGHTGRIDMAP_EXPORT3D_AS_MESH | ( | ) |
Definition at line 90 of file CHeightGridMap2D.cpp.
References HEIGHTGRIDMAP_EXPORT3D_AS_MESH_value.
float mrpt::global_settings::OCTREE_RENDER_MAX_DENSITY_POINTS_PER_SQPIXEL | ( | ) |
Definition at line 29 of file CPointCloud.cpp.
References OCTREE_RENDER_MAX_DENSITY_POINTS_PER_SQPIXEL_value.
void mrpt::global_settings::OCTREE_RENDER_MAX_POINTS_PER_NODE | ( | size_t | value | ) |
Definition at line 43 of file CPointCloud.cpp.
References OCTREE_RENDER_MAX_POINTS_PER_NODE_value.
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:
Definition at line 37 of file CPose3DQuatPDFGaussian.cpp.
References USE_SUT_EULER2QUAT_CONVERSION_value.
bool mrpt::global_settings::USE_SUT_EULER2QUAT_CONVERSION | ( | ) |
Definition at line 33 of file CPose3DQuatPDFGaussian.cpp.
References USE_SUT_EULER2QUAT_CONVERSION_value.
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:
Definition at line 34 of file CPose3DPDFGaussian.cpp.
References USE_SUT_QUAT2EULER_CONVERSION_value.
bool mrpt::global_settings::USE_SUT_QUAT2EULER_CONVERSION | ( | ) |
Definition at line 38 of file CPose3DPDFGaussian.cpp.
References USE_SUT_QUAT2EULER_CONVERSION_value.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |