Skip to content

Use py::class_ for rmw_qos_profile_t#741

Merged
hidmic merged 2 commits intomasterfrom
hidmic/pybind-rmw-qos-profile
Mar 31, 2021
Merged

Use py::class_ for rmw_qos_profile_t#741
hidmic merged 2 commits intomasterfrom
hidmic/pybind-rmw-qos-profile

Conversation

@hidmic
Copy link
Copy Markdown
Contributor

@hidmic hidmic commented Mar 30, 2021

Part of #665. Precisely what the title says. This data structure remains opaque, as it is redundant with those found in qos.py. I still feel the urge to rewrite qos.py in full, but I'll hold back.

@hidmic hidmic requested review from gbalke and sloretz March 30, 2021 20:23
@hidmic
Copy link
Copy Markdown
Contributor Author

hidmic commented Mar 30, 2021

I'll rebase once #739 goes in.

@sloretz sloretz mentioned this pull request Mar 30, 2021
34 tasks
Copy link
Copy Markdown
Contributor

@sloretz sloretz left a comment

Choose a reason for hiding this comment

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

LGTM with green CI and a rebase

@hidmic hidmic force-pushed the hidmic/pybind-rmw-qos-profile branch from 7e4239a to cb1ec86 Compare March 31, 2021 12:51
@hidmic
Copy link
Copy Markdown
Contributor Author

hidmic commented Mar 31, 2021

CI up to rclpy:

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

@hidmic hidmic self-assigned this Mar 31, 2021
hidmic added 2 commits March 31, 2021 12:52
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
@hidmic hidmic force-pushed the hidmic/pybind-rmw-qos-profile branch from 65e60b6 to 0d1b355 Compare March 31, 2021 15:53
@hidmic
Copy link
Copy Markdown
Contributor Author

hidmic commented Mar 31, 2021

@ros-pull-request-builder retest this please.

@hidmic
Copy link
Copy Markdown
Contributor Author

hidmic commented Mar 31, 2021

CI up to rclpy:

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

@hidmic
Copy link
Copy Markdown
Contributor Author

hidmic commented Mar 31, 2021

@ros-pull-request-builder retest this please.

Copy link
Copy Markdown
Contributor

@gbalke gbalke left a comment

Choose a reason for hiding this comment

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

LGTM.

@hidmic
Copy link
Copy Markdown
Contributor Author

hidmic commented Mar 31, 2021

Alright CI and reviewers are happy. Going in!

@hidmic hidmic merged commit 32e3835 into master Mar 31, 2021
@delete-merged-branch delete-merged-branch bot deleted the hidmic/pybind-rmw-qos-profile branch March 31, 2021 18:32
emersonknapp pushed a commit to ros2/rosbag2 that referenced this pull request Apr 1, 2021
Change introduced by ros2/rclpy#741 conflicted with parallel work in #702, the combination causing nightly test failure for `rosbag2_py`'s `_transport.cpp` tests. Fix to use the new `py::object` for `rmw_qos_profile_t` to fix the tests.

Signed-off-by: Emerson Knapp <eknapp@amazon.com>
emersonknapp pushed a commit to ros2/rosbag2 that referenced this pull request Apr 1, 2021
Change introduced by ros2/rclpy#741 conflicted with parallel work in #702, the combination causing nightly test failure for `rosbag2_py`'s `_transport.cpp` tests. Fix to use the new `py::object` for `rmw_qos_profile_t` to fix the tests.

Signed-off-by: Emerson Knapp <eknapp@amazon.com>
emersonknapp added a commit to ros2/rosbag2 that referenced this pull request Apr 1, 2021
* Fix rosbag2_py transport test for py capsule

Change introduced by ros2/rclpy#741 conflicted with parallel work in #702, the combination causing nightly test failure for `rosbag2_py`'s `_transport.cpp` tests. Fix to use the new `py::object` for `rmw_qos_profile_t` to fix the tests.

Signed-off-by: Emerson Knapp <eknapp@amazon.com>
Kettenhoax pushed a commit to Kettenhoax/rosbag2 that referenced this pull request Apr 9, 2021
* Fix rosbag2_py transport test for py capsule

Change introduced by ros2/rclpy#741 conflicted with parallel work in ros2#702, the combination causing nightly test failure for `rosbag2_py`'s `_transport.cpp` tests. Fix to use the new `py::object` for `rmw_qos_profile_t` to fix the tests.

Signed-off-by: Emerson Knapp <eknapp@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants