update usage example

This commit is contained in:
Kurt Wilson 2025-03-22 19:52:39 -04:00
parent 517e3b3ad7
commit 2cd2ae7b07
No known key found for this signature in database
2 changed files with 13 additions and 9 deletions

View file

@ -1 +1 @@
This contains the priority_executor package that adds an Executor with deadline and chain-aware priority support.
This contains the priority_executor package that adds an Executor with deadline and chain-aware priority support. The `usage_example.cpp` file shows the needed steps to use the executor.