Skip to content
Snippets Groups Projects
Commit 8ca30006 authored by David Ihlenfeld's avatar David Ihlenfeld
Browse files

Update file config.h

parent b7585ec5
No related branches found
No related tags found
No related merge requests found
......@@ -193,9 +193,9 @@ const int MIN_DIST_TURN = 300; //Mindestanbstand vorne für anschließende
/* ********** *
PID Regler
* ********** */
const double prop_gain = 0.0;
const double int_gain = 0.0;
const double diff_gain = 0.0;
const double prop_gain = 0.0; //P-Glied; Wert muss im Bereich 0.0-10.0 angepasst werden
const double int_gain = 0.0; //I-Glied
const double diff_gain = 0.0; //D-Glied
uint8_t setpoint = 0; //Zielwert Regeldifferenz
double wall_difference; //Regelgroeße: Differenz zwischen TOF-Wert und Soll Wert
double output_value; //korrigierter Lenkwinkel durch PID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment