Skip to content
Snippets Groups Projects
Commit 99294666 authored by RicardoEA's avatar RicardoEA
Browse files

Análisis con histograma del PID

parent 1d47c475
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,9 @@
#define TICS_TO_RAD_S RAD_PER_TICK/OMNI_ODOM_CTRL_TIMER
#define KP 0.05
#define KI 0.05
#define KD 0.0
#define KP 0.09 //0.09
#define KI 0.020 //0.05
#define KD 0.00
#define KF MAX_SPEED_POWER/MAX_SPEED_TICS
typedef struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment