25namespace client_behaviors
35 auto nodenames =
getNode()->get_node_names();
37 for (
auto n : nodenames)
39 ss <<
" - " << n << std::endl;
44 auto totalstr = ss.str();
46 getLogger(),
"[" <<
getName() <<
"] on entry, listing nodes (" << nodenames.size() <<
")"
std::string getName() const
virtual rclcpp::Logger getLogger() const
virtual rclcpp::Node::SharedPtr getNode() const
bool isShutdownRequested()
onEntry is executed in a new thread. However the current state cannot be left until the onEntry threa...
CbWaitNode(std::string nodeName)