AerospaceNU/karman-avionics
Control timing of loops and sensor polling
Ouverte
#4 ouverte le 12 mars 2019
enhancementgood first issue
Métriques du dépôt
- Stars
- (1 étoile)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Right now there is not any timing regulations on the polling of the sensors. Fix this so the sensors are called at regular and appropriate rates (check the data sheets when in doubt). This timing should be regulated by a hardware timer. The calls should also be based on frequencies and times of last call, not relative frequencies and counters (if something is 100 Hz and another 1 Hz, don't just call the latter 1 out of every 100 times the first is called, use a timer)