|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <map>#include <memory>#include <string>#include "motion_lib/v2p_models/base_v2p_motion_model.hpp"#include "motion_lib/v2p_models/constant_acceleration_turnrate_model.hpp"#include "motion_lib/v2p_models/constant_velocity_model.hpp"#include "motion_lib/v2p_models/constant_velocity_turnrate_model.hpp"

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