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

Qos configurability #635

Merged
merged 29 commits into from
Nov 17, 2020
Merged

Qos configurability #635

merged 29 commits into from
Nov 17, 2020

Conversation

ivanpauno
Copy link
Member

@ivanpauno ivanpauno commented Oct 28, 2020

Depends on #636. (update:merged)
Equivalent to ros2/rclcpp#1408.

It adds all the needed helper function and classes to enable qos configurability.
I haven't yet modified Node.create_publisher and Node.create_subscription. (update: done)

@ivanpauno ivanpauno added the enhancement New feature or request label Oct 28, 2020
@ivanpauno ivanpauno self-assigned this Oct 28, 2020
@ivanpauno ivanpauno force-pushed the ivanpauno/qos-configurability branch from 8d7b21c to ef72cbd Compare October 28, 2020 19:28
@ivanpauno ivanpauno marked this pull request as ready for review October 28, 2020 20:53
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.

Looking good!

rclpy/rclpy/node.py Outdated Show resolved Hide resolved
rclpy/rclpy/node.py Outdated Show resolved Hide resolved
rclpy/rclpy/qos_overriding_options.py Outdated Show resolved Hide resolved
rclpy/rclpy/qos_overriding_options.py Outdated Show resolved Hide resolved
rclpy/rclpy/qos_overriding_options.py Outdated Show resolved Hide resolved
rclpy/rclpy/qos_overriding_options.py Outdated Show resolved Hide resolved
rclpy/rclpy/qos_overriding_options.py Outdated Show resolved Hide resolved
rclpy/rclpy/qos_overriding_options.py Outdated Show resolved Hide resolved
rclpy/rclpy/qos_overriding_options.py Show resolved Hide resolved
rclpy/rclpy/qos_overriding_options.py Outdated Show resolved Hide resolved
ivanpauno and others added 22 commits October 30, 2020 17:02
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>

Co-authored-by: Jacob Perron <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
@ivanpauno ivanpauno force-pushed the ivanpauno/qos-configurability branch from 3f2abbc to c4f109b Compare October 30, 2020 20:17
@ivanpauno
Copy link
Member Author

Force-pushed to resolve conflicts with master.

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.

LGTM

rclpy/rclpy/node.py Outdated Show resolved Hide resolved
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
rclpy/rclpy/node.py Outdated Show resolved Hide resolved
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Copy link

@mjeronimo mjeronimo left a comment

Choose a reason for hiding this comment

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

Looks good.

Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
@ivanpauno
Copy link
Member Author

CI can be found here.

@ivanpauno
Copy link
Member Author

@ros-pull-request-builder retest this please

@ivanpauno
Copy link
Member Author

ivanpauno commented Nov 17, 2020

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

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