Skip to content
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 function to convert qos policy values to and from strings #836

Closed
wants to merge 2 commits into from

Conversation

ivanpauno
Copy link
Member

I'm not sure if the correct place would be here or in rmw (moving the impl is easy), maybe some rmw implementations can take advantage of these functions.

Required by ros2/rclcpp#1408, the idea is to avoid custom conversions in different clients (rclcpp, rclpy).

Signed-off-by: Ivan Santiago Paunovic <[email protected]>
@ivanpauno ivanpauno added the enhancement New feature or request label Oct 16, 2020
@ivanpauno ivanpauno self-assigned this Oct 16, 2020
Copy link
Member

@jacobperron jacobperron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Considering the functions operate only on RMW types, I'm inclined to say rmw is the best place for the implementation to live. No strong feelings about it though. @wjwwood Thoughts?

@wjwwood
Copy link
Member

wjwwood commented Oct 17, 2020

I don't have a strong opinion either, so I guess the small benefit of having them lower in the stack in rmw might be the way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants