Generic options for the Kalman Filter algorithm in itself. More...
#include <mrpt/bayes/CKalmanFilterCapable.h>


Public Member Functions | |
| TKF_options () | |
| void | loadFromConfigFile (const mrpt::utils::CConfigFileBase &source, const std::string §ion) |
| This method load the options from a ".ini"-like file or memory-stored string list. | |
| void | dumpToTextStream (CStream &out) const |
| This method must display clearly all the contents of the structure in textual form, sending it to a CStream. | |
Public Attributes | |
| TKFMethod | method |
| The method to employ (default: kfEKFAlaDavison). | |
| TKFFusionMethod | fusion_strategy |
| Strategies to fuse the observations at a given timestep in a Kalman Filter. | |
| bool | verbose |
| If set to true timing and other information will be dumped during the execution (default=false). | |
| int | IKF_iterations |
| Number of refinement iterations, only for the IKF method. | |
| bool | enable_profiler |
| If enabled (default=false), detailed timing information will be dumped to the console thru a CTimerLog at the end of the execution. | |
Generic options for the Kalman Filter algorithm in itself.
Definition at line 81 of file CKalmanFilterCapable.h.
| mrpt::bayes::TKF_options::TKF_options | ( | ) |
| void mrpt::bayes::TKF_options::dumpToTextStream | ( | CStream & | out | ) | const [virtual] |
This method must display clearly all the contents of the structure in textual form, sending it to a CStream.
Implements mrpt::utils::CLoadableOptions.
| void mrpt::bayes::TKF_options::loadFromConfigFile | ( | const mrpt::utils::CConfigFileBase & | source, | |
| const std::string & | section | |||
| ) | [virtual] |
This method load the options from a ".ini"-like file or memory-stored string list.
Only those parameters found in the given "section" and having the same name that the variable are loaded. Those not found in the file will stay with their previous values (usually the default values loaded at initialization). An example of an ".ini" file:
[section]
resolution=0.10 ; blah blah...
modeSelection=1 ; 0=blah, 1=blah,...
Implements mrpt::utils::CLoadableOptions.
If enabled (default=false), detailed timing information will be dumped to the console thru a CTimerLog at the end of the execution.
Definition at line 96 of file CKalmanFilterCapable.h.
Referenced by mrpt::bayes::CKalmanFilterCapable< 6, 3, 3, 6 >::runOneKalmanIteration().
Strategies to fuse the observations at a given timestep in a Kalman Filter.
Definition at line 93 of file CKalmanFilterCapable.h.
Number of refinement iterations, only for the IKF method.
Definition at line 95 of file CKalmanFilterCapable.h.
Referenced by mrpt::bayes::CKalmanFilterCapable< 6, 3, 3, 6 >::runOneKalmanIteration().
The method to employ (default: kfEKFAlaDavison).
Definition at line 92 of file CKalmanFilterCapable.h.
Referenced by mrpt::bayes::CKalmanFilterCapable< 6, 3, 3, 6 >::runOneKalmanIteration().
If set to true timing and other information will be dumped during the execution (default=false).
Definition at line 94 of file CKalmanFilterCapable.h.
Referenced by mrpt::bayes::CKalmanFilterCapable< 6, 3, 3, 6 >::runOneKalmanIteration().
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |