BehaviorTree / BehaviorTree.ROS2

BehaviorTree.CPP utilities to work with ROS2
Apache License 2.0
144 stars 59 forks source link

Update bt_action_node.hpp #89

Open pepeRossRobotics opened 4 weeks ago

pepeRossRobotics commented 4 weeks ago

During testing using a fork of this code we found an edge case where the BT crashes if there is an issue with the goal_handle.

Weirdly the Action Server received the action properly and executes it. But for some reason the code crashes here.

This small fix should avoid the crashing while still exposing the issue with the Action Server communication