25namespace client_behaviors
36 RCLCPP_INFO(
getLogger(),
"[CbWaitActionServer] waiting action server..");
37 bool found = client_base->wait_for_action_server(
timeout_);
41 RCLCPP_INFO(
getLogger(),
"[CbWaitActionServer] action server already available");
46 RCLCPP_INFO(
getLogger(),
"[CbWaitActionServer] action server not found, timeout");
52 RCLCPP_INFO(
getLogger(),
"[CbWaitActionServer] there is no action client in this orthogonal");
virtual rclcpp::Logger getLogger()
virtual std::shared_ptr< rclcpp_action::ClientBase > getClientBase()=0
ISmaccActionClient * client_
virtual ~CbWaitActionServer()
std::chrono::milliseconds timeout_
CbWaitActionServer(std::chrono::milliseconds timeout)