You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hooking Cloe up to a HiL system, we need to make sure that the controller attached to the HiL system is "triggered" at regular intervals: not too early and not too late.
Problems:
Cloe is not designed for this use-case, we perform too many heap allocations and use algorithms that cannot guarantee that they will return within some deadline.
Cloe is not developed or tested on realtime systems.
A naiive approach would be to simply add a trigger event that fires when we miss the realtime_factor. This isn't quite so simple.
The text was updated successfully, but these errors were encountered:
cassava
changed the title
Add event for missing realtime_factor deadline
Support realtime execution with guarantees
May 4, 2022
When hooking Cloe up to a HiL system, we need to make sure that the controller attached to the HiL system is "triggered" at regular intervals: not too early and not too late.
Problems:
A naiive approach would be to simply add a trigger event that fires when we miss the realtime_factor. This isn't quite so simple.
The text was updated successfully, but these errors were encountered: