-
Notifications
You must be signed in to change notification settings - Fork 69
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
move qos_profile_rosout_default from rcl. #381
base: rolling
Are you sure you want to change the base?
Conversation
Signed-off-by: Tomoya Fujita <[email protected]>
@@ -87,6 +87,19 @@ static const rmw_qos_profile_t rmw_qos_profile_parameter_events = | |||
false | |||
}; | |||
|
|||
static const rmw_qos_profile_t rmw_qos_profile_rosout_default = |
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.
qos profile for rosout publisher is defined in rcl
. it should be moved here with other profiles. see more details for ros2/rcl#1195
Pulls: ros2/rclpy#1376, #381, ros2/rcl#1195, ros2/rclcpp#2663 |
I think we talked about this in the waffle meeting last week and it was mentioned that, since rosout is an |
@christophebedard thanks for the comment! hmmm okay, in that case why clients default profiles are defined in |
Then maybe Parameter events are a client library concept, but clients and services are an Anyway, I was just relaying what was mentioned in the waffle meeting last week. We may want to talk about it again. |
yeah i know you are just sharing the information, thanks!
if that is a really requirement, we need to update the pybind to expose the rosout qos from rcl instead of rmw. IMO, having |
@ahcorde @clalancette @mjcarroll @wjwwood any thoughts above discussion? thanks in advance. |
related and need to be merged before ros2/rclpy#1376