|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <map>#include <memory>#include <string>#include "estimators/ekf.hpp"#include "estimators/no_rear_wss_ekf.hpp"

Go to the source code of this file.
Variables | |
| const std::map< std::string, std::function< std::shared_ptr< VelocityEstimator >(const VEParameters &)>, std::less<> > | estimators_map_ |
| const std::map<std::string, std::function<std::shared_ptr<VelocityEstimator>(const VEParameters&)>, std::less<> > estimators_map_ |