|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <map>#include <memory>#include <string>#include "motion_lib/vel_process_model/base_vel_process_model.hpp"#include "motion_lib/vel_process_model/particle_model.hpp"

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