rclpy
rclpy copied to clipboard
Support wait for message backport humble
This is the backport of the following PRs. (conflicts are resolved already)
- https://github.com/ros2/rclpy/pull/960
- https://github.com/ros2/rclpy/pull/1180
backport is originally requested here, https://github.com/ros2/rclpy/issues/1179
note, this is purely adding a new method, this does not break API nor user application behavior.
LGTM
I added an option to specify the qos: https://github.com/ros2/rclpy/pull/1225/files
I would make this part of this backport.
rmw_connextdds_common build failed, i am not sure why.
rmw_connextdds_commonbuild failed, i am not sure why.
Ah, the build needs to specify humble (for the ROS_DISTRO) and jammy (for the UBUNTU_DISTRO)
@clalancette thanks, my bad... 😓
@Timple i will manage https://github.com/ros2/rclpy/pull/1225/files and retry CI.
https://ci.ros2.org/job/ci_windows/21567/ is unrelated.
@clalancette can we merge this?
This is actually the backport fix, since CI is green, i will go ahead to merge this.