seems like it works good; need tests on real star

This commit is contained in:
2025-03-14 16:42:52 +03:00
parent 6ee58edc7d
commit 7a0acd14f5
15 changed files with 678 additions and 236 deletions

View File

@@ -21,6 +21,9 @@
// set state to `disconnect` after this amount of errors in `moving_finished`
#define MAX_ERR_CTR (15)
// max time interval from previous correction to clear integral/time (seconds)
#define MAX_PID_TIME (5.)
// amount of ALL motors
#define NMOTORS (8)