Update readme

This commit is contained in:
Lucien Renaud 2023-05-24 21:51:01 +02:00
parent c6e1449b33
commit a508308f08
1 changed files with 1 additions and 1 deletions

View File

@ -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)