Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
steering_parameters.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <yaml-cpp/yaml.h>
4
5#include <ament_index_cpp/get_package_prefix.hpp>
6#include <string>
7
9
11
13 double minimum_steering_angle = -0.335;
14 double maximum_steering_angle = 0.335;
15};
16
17} // namespace common_lib::car_parameters