BehaviorTree / BehaviorTree.ROS2

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

Check service and action servers before calling #47

Closed marip8 closed 6 months ago

marip8 commented 7 months ago

Checks that service/action servers are ready before attempting to call the service/action. Currently, if the service/action does not exist at the time of calling, the node has to wait the entire timeout and returns a timeout failure rather than a server unreachable error