Skip to content
Snippets Groups Projects
Commit d584f7c0 authored by Andrei's avatar Andrei
Browse files

:finish is deprecated for ZMPVelRef

parent 14713e3b
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ protected:
{
istringstream strm2(":setVelReference 0.0 0.0 0.0");
aPGI.ParseCmd(strm2);
istringstream strm3(":finish");
istringstream strm3(":stoppg");
aPGI.ParseCmd(strm3);
}
}
......
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