Skip to content
Snippets Groups Projects
Commit ebee4407 authored by olivier stasse's avatar olivier stasse
Browse files

Reflect new messages with dynamic_graph_bridge_msgs catkinization.

parent e8a844b3
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ namespace dynamicgraph
(dynamic_graph_bridge_msgs::RunCommand::Request& req,
dynamic_graph_bridge_msgs::RunCommand::Response& res)
{
interpreter_.python(req.input, res.result, res.stdout, res.stderr);
interpreter_.python(req.input, res.result, res.standardoutput, res.standarderror);
return true;
}
......
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