Skip to content
Snippets Groups Projects
Unverified Commit c19c7c56 authored by Olivier Stasse's avatar Olivier Stasse Committed by GitHub
Browse files

Update include/sot/core/robot-utils.hh

parent 8c575ba4
No related branches found
No related tags found
No related merge requests found
Pipeline #10850 failed
......@@ -298,13 +298,10 @@ public:
}
catch(const boost::property_tree::ptree_error &e)
{
std::ostringstream oss;
oss << "Robot utils: parameter path is invalid " << '\n'
DYNAMIC_GRAPH_ENTITY_ERROR(*this) << "Robot utils: parameter path is invalid " << '\n'
<< " for get_parameter("
<< parameter_name << ")\n"
<< e.what() << std::endl;
sendMsg(oss.str(),
MSG_TYPE_ERROR);
<< e.what() << '\n';
}
}
/** @} */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment