Bayes Filters Library
|
#include <BayesFilters/Data.h>
#include <BayesFilters/Logger.h>
#include <BayesFilters/VectorDescription.h>
#include <memory>
#include <string>
#include <utility>
#include <Eigen/Dense>
Go to the source code of this file.
Classes | |
class | bfl::MeasurementModel |
This class represent a generic measurement model f(x, w), where x is a state vector and w is random noise. More... | |
Namespaces | |
bfl | |
Port of boost::any for C++11 compilers. | |