New action node for BT linked to ROS2 service
Hello everyone,
I would like to try to connect an action node to a simple service in ROS2.
I create a simple python package with a service node.
I also create a new action in the nav2_behavior_tree/plugins.
I want the action to trigger the service, wait for the answer and continue the behavior. I notice that the action node got a member "service_client" that can async_send a request.
Is there a way to sync this ?