-
Notifications
You must be signed in to change notification settings - Fork 339
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
QoS - Liveliness, Deadline, and Lifespan C++ Demos #320
Conversation
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.
early review
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
Signed-off-by: Miaofei <miaofei@amazon.com>
…. Some code restructure and extra variable name verbosity. Signed-off-by: Emerson Knapp <eknapp@amazon.com>
Thanks for the feedback - I've uploaded a new version. Since this doesn't fall under feature freeze, I totally understand if we leave it until after that to review. |
@thomas-moulard Please run CI for this. |
@thomas-moulard Friendly ping. |
Ack. |
@thomas-moulard |
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.
I'd like to see the examples be made consistent with each other before merging, but otherwise only minor comments.
…ing consistent across all demos Signed-off-by: Emerson Knapp <eknapp@amazon.com>
@thomas-moulard let's re-run with comments addressed, and the windows warning fixed |
depends on ros2/rmw#171
depends on ros2/rclcpp#673
Add dedicated C++ demos for each of the newly-introduced Quality of Service policies.