rclcpp::action is still synchronous. Which means I cannot do an icey service call in a handle_accepted callback of the action.
Is this correct?
And if yes, can this be supported? 馃檪
Use-case: I have an action which needs to call several service calls.
rclcpp::actionis still synchronous. Which means I cannot do an icey service call in ahandle_acceptedcallback of the action.Is this correct?
And if yes, can this be supported? 馃檪
Use-case: I have an action which needs to call several service calls.