Global variables to change the run-time behaviour of some MRPT classes within mrpt-core. More...
Variables | |
| BASE_IMPEXP bool | USE_SUT_QUAT2EULER_CONVERSION |
| If set to true (false), a Scaled Unscented Transform is used instead of a linear approximation with Jacobians. | |
| BASE_IMPEXP bool | USE_SUT_EULER2QUAT_CONVERSION |
| If set to true (default), a Scaled Unscented Transform is used instead of a linear approximation with Jacobians. | |
| MAPS_IMPEXP bool | HEIGHTGRIDMAP_EXPORT3D_AS_MESH |
| If set to true (default), mrpt::slam::CHeightGridMap2D will be exported as a opengl::CMesh, otherwise, as a opengl::CPointCloudColoured Affects to:
| |
Global variables to change the run-time behaviour of some MRPT classes within mrpt-core.
See each variable for the description of what classes it affects.
| MAPS_IMPEXP bool mrpt::global_settings::HEIGHTGRIDMAP_EXPORT3D_AS_MESH |
If set to true (default), mrpt::slam::CHeightGridMap2D will be exported as a opengl::CMesh, otherwise, as a opengl::CPointCloudColoured Affects to:
| BASE_IMPEXP bool mrpt::global_settings::USE_SUT_EULER2QUAT_CONVERSION |
If set to true (default), a Scaled Unscented Transform is used instead of a linear approximation with Jacobians.
Affects to:
| BASE_IMPEXP bool mrpt::global_settings::USE_SUT_QUAT2EULER_CONVERSION |
If set to true (false), a Scaled Unscented Transform is used instead of a linear approximation with Jacobians.
Affects to:
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |