Closed mergify[bot] closed 4 months ago
When a guard condition goes active, we have to remember to increase the trig_idx so we look at the next trigger. Otherwise, we can get into situations where we skip a triggered member.
This is a regression from #482 . This fixes #494 and should also fix https://github.com/ros2/rclcpp/issues/2502 . @Crola1702 FYI.
This should also be backported to Jazzy.
CI:
When a guard condition goes active, we have to remember to increase the trig_idx so we look at the next trigger. Otherwise, we can get into situations where we skip a triggered member.
This is a regression from #482 . This fixes #494 and should also fix https://github.com/ros2/rclcpp/issues/2502 . @Crola1702 FYI.
This should also be backported to Jazzy.
This is an automatic backport of pull request #504 done by Mergify.