Bug report
Required Info:
- Operating System:
- ROS2 Version:
- Version or commit hash:
- DDS implementation:
Steps to reproduce issue
Would_a_planner_recovery_help_condition BT node is not working for ComputePathThroughPoses action as it does for ComputePathToPose. This is probably due to a typo:
CODE
That line should probably be
 using ThroughActionResult = ThroughAction::Result;
If confirmed, I have a PR ready