-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new QoS policy data types to rmw #173
Conversation
@thomas-moulard - please run the following CI job:
|
Just realized that I needed to rebase since ros2/rclcpp#673 was merged. |
Signed-off-by: Miaofei <[email protected]>
Signed-off-by: Miaofei <[email protected]>
Hi @wjwwood, this PR is ready for review. It and its associated PRs make no functional changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, though the one sentence per line thing should be fixed before merging.
Signed-off-by: Miaofei <[email protected]>
Should be ready to be merged. Thanks! |
Adds more fields to the
rmw_qos_profile_t
struct to specify liveliness, deadline, and lifespan QoS policies.Also, adds new structs for conveying liveliness and deadline QoS statuses.
These changes are required for implementing the upcoming QoS features.