8#include <rclcpp/rclcpp.hpp>
9using namespace std::chrono_literals;
20bool waitForFMU(rclcpp::Node& node,
const rclcpp::Duration& timeout = 30s,
21 const std::string& topic_namespace_prefix =
"");
bool waitForFMU(rclcpp::Node &node, const rclcpp::Duration &timeout=30s, const std::string &topic_namespace_prefix="")