No description
| src/priority_executor | ||
| README.md | ||
This contains the priority_executor package that adds an Executor with deadline and chain-aware priority support.
simple_timercontains timing related functions, and a wrapper for calling some kernel scheduling functionspriority_executorcontains the modified executor and some nodes to test it
In priority_executor:
priority_executor.cppsubclassesrclcpp::Executorto allow for additional customizationpriority_memory_strategy.hppis a modified version ofrclcppsallocator_memory_strategy.hppthat selects callbacks based on either the earliest deadline, or a relative priority. Executor polls this for ready callbacks.usage_example.cppshows how to set deadlines for callbacks and timers
the main branch of this repository has the test scripts and nodes used in the paper.