MRPT  2.0.1
lib_mrpt_bayes.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | https://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6  | See: https://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in https://www.mrpt.org/License |
8  +---------------------------------------------------------------------------+
9  */
10 
11 // clang-format off
12 
13 /** \defgroup mrpt_bayes_grp [mrpt-bayes]
14 
15 Bayesian filtering algorithms
16 
17 <small> <a href="index.html#libs">Back to list of all libraries</a> | <a
18 href="modules.html" >See all modules</a> </small> <br>
19 
20 [TOC]
21 
22 # Library `mrpt-bayes`
23 
24 This C++ library is part of MRPT and can be installed in Debian-based systems with:
25 
26  sudo apt install libmrpt-bayes-dev
27 
28 See: \ref mrpt_from_cmake
29 
30 Refer to classes in the namespace mrpt::bayes and these examples:
31  - [bayes_tracking_example](https://github.com/MRPT/mrpt/tree/master/samples/bayes_tracking_example)
32 
33 ## Kalman filters
34 
35 A generic, templatized Kalman filter implementation (includes EKF,IEKF and in the future, UKF),
36 which only requires from the programmer to provide the system models and (optinally) the Jacobians.
37 
38 See mrpt::bayes::CKalmanFilterCapable.
39 
40 ## Particle filters
41 
42 A set of helper classes and functions to perform particle filtering. In this case the algorithms
43 are not as generic as in Kalman filtering, but the classes serve to organize and unify the interface
44 of different PF algorithms in MRPT.
45 
46 See mrpt::bayes::CParticleFilter.
47 
48 
49 */



Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020