BehaviorTree/BehaviorTree.ROS2

A blocking version of RosServiceNode

Opened this issue · 0 comments

From what I see here, the service client is non-blocking:

* RosServiceNode will try to be non-blocking for the entire duration of the call.

I think it would be nice to have a blocking version as well, since people often send a service request then wait for the response. Or does this not fit well with the BT philosophy?