Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
config_parameters.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
6 // Global config parameters
7 std::string discipline;
8 std::string track_name;
10
11 // Simulator config parameters
12 double timestep;
13 std::string vehicle_model;
14
16};
InvictaSimParameters()=default