diff --git a/README.md b/README.md index 4adaf44..73c24ee 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ float dist_angle(float newAngle, float prevAngle) // return the difference modul return diff; } -``` +``` ## Tuning the PIDs To achieve position control it is necessary to have first, a velocity controller well tuned, as they are in cascade. (SimpleFOC implementation and diagram)