|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <map>#include <memory>#include <string>#include "adapter_ekf_state_est/eufs.hpp"#include "adapter_ekf_state_est/fsds.hpp"#include "adapter_ekf_state_est/pacsim.hpp"#include "adapter_ekf_state_est/vehicle.hpp"

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