Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for deadline, lifespan and liveliness qos (#88)
* Events and liveliness/lifespan/deadline qos support This commit adds support for liveliness, lifespan and deadline missed qos in rmw, and it adds event support in rmw_wait that is required for these qos policies to work correctly. * Removed redundant empty check in rmw_wait, fix duration 0 vs infinity for qos getter and setter * Disabled auto-dispose so that deadline-missed on reader is still triggered when a writer becomes not-alive and unregisters itself
- Loading branch information