Skip to content

Commit

Permalink
Update articles/qos_deadline_liveliness_lifespan.md
Browse files Browse the repository at this point in the history
Co-Authored-By: William Woodall <william+github@osrfoundation.org>
  • Loading branch information
nburek and wjwwood authored Aug 26, 2019
1 parent 14999b1 commit 9383ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/qos_deadline_liveliness_lifespan.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ These are the various changes that would be needed within ROS in order to native

Both the Deadline and Liveliness policies generate events from the rmw layer of which the application will need to be informed.
For Deadlines, a Subscription receives event notifications if it doesn't receive anything within the deadline and the Publisher receives event notifications if it doesn't publish anything within the deadline.
For Liveliness, Subscribers receive events when the Publisher they're listening to is no longer alive.
For Liveliness, a Subscription will receive events when the Publisher they're listening to is no longer alive.
Services generate similar events when Clients and Servers violate the defined policies.
Both of these fall under a category of "Resource Status Events".

Expand Down

0 comments on commit 9383ea7

Please sign in to comment.