@@ -116,8 +116,6 @@ namespace robotics {
}
else {
- if(funcs.empty())
- throw std::runtime_error("no function binded to topic " + str_topic);
_Ret result = _Ret{};
for (auto& fn : funcs) {
if (!fn.first) {