|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <map>#include <memory>#include <string>#include "motion_lib/s2v_model/bicycle_model.hpp"#include "motion_lib/s2v_model/no_rear_wss_bicycle_model.hpp"#include "motion_lib/s2v_model/no_wss_bicycle_model.hpp"
Go to the source code of this file.
Variables | |
| const std::map< std::string, std::function< std::shared_ptr< S2VModel >(const common_lib::car_parameters::CarParameters &)>, std::less<> > | s2v_models_map |
| const std::map< std::string, std::function<std::shared_ptr<S2VModel>(const common_lib::car_parameters::CarParameters&)>, std::less<> > s2v_models_map |