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

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

parent 646af46e
No related branches found
No related tags found
No related merge requests found
Pipeline #10849 failed
......@@ -271,13 +271,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 set_parameter("
<< parameter_name << ")\n"
<< e.what() << std::endl;
sendMsg(oss.str(),
MSG_TYPE_ERROR);
<< e.what() << '\n';
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment