wpilibsuite/allwpilib
Add LinearSystemLoop.atReference() function
Fermée
#4 098 ouverte le 14 mars 2022
component: wpimatheffort: 1good first issuetype: fix
Métriques du dépôt
- Stars
- (1 281 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
LinearSystemLoop takes a vector of acceptable error values and also exposes a .getError() method.
These should be combined to create an atReference() function which returns whether the system is within the acceptable error range.