Skip to content
Snippets Groups Projects
Commit abf2da2e authored by Niccolò Betto's avatar Niccolò Betto
Browse files

[RIGv2] Implement a deadline scheduler for valves control

Use a deadline scheduler running on a max-priority thread to control valves, resulting in orders of magnitude improvements in valve control latency.
The deadline scheduler runs the same function for updating valve positions as before at a much lower latency compared to the periodic task approach, by leveraging the priorities levels of the kernel scheduler.
parent 621753ab
No related branches found
No related tags found
1 merge request!121[RIGv2] Low latency valves control
Pipeline #11669 passed