Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
steering_motor_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 kp = 0.00250;
14 double ki = 0.01;
15 double kd = 0.00001;
16};
17
18} // namespace common_lib::car_parameters