Closed mergify[bot] closed 2 months ago
Pulls: ros2/rclpy#1342 Gist: https://gist.githubusercontent.com/fujitatomoya/6e1b7b073ae6f84c90ef05e26e980331/raw/705ad21a864c84ba8acd059e819896b4e4977049/ros2.repos BUILD args: --packages-above-and-dependencies rclpy TEST args: --packages-above rclpy ROS Distro: iron Job: ci_launcher ci_launcher ran: https://ci.ros2.org/job/ci_launcher/14485
Pulls: https://github.com/ros2/rclpy/pull/1342 Gist: https://gist.githubusercontent.com/sloretz/c4576362e9ae8268e577051567afbb00/raw/705ad21a864c84ba8acd059e819896b4e4977049/ros2.repos BUILD args: --packages-up-to rclpy TEST args: --packages-select rclpy ROS Distro: iron Job: ci_launcher ci_launcher ran: https://ci.ros2.org/job/ci_launcher/14525
Linux-rhel warnings are unrelated.
Closes https://github.com/ros2/rclpy/issues/1313 Current if spin_unitl_future_complete is called inside a nodes callback it removes the node from the executor This results in any subsiquent waitables to never be checked by the node since the node is no longer in the executor This aims to fix that by only removing the node from the executor if it wasn't already present
This is an automatic backport of pull request #1316 done by Mergify.