-
Notifications
You must be signed in to change notification settings - Fork 51
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
Fixed some qos test related with Zenoh #551
Conversation
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Pulls: #551 |
ASSERT_EQ(1, event.total_count_change); | ||
last_sub_count = event.total_count; | ||
}; | ||
if (rmw_implementation_str != "rmw_zenoh_cpp") { |
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.
this actually should be okay for now? it prints just warnings.
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Pulls: #551 |
const std::string this_rmw_implementation{RCUTILS_STRINGIFY(RMW_IMPLEMENTATION)}; | ||
std::string rmw_implementation_str; |
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.
Sorry, I'm just noticing this. What's the difference between this_rmw_implementation
and rmw_implementation_str
?
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.
Fixed 4d873ee
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
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
No description provided.