Skip to content
Snippets Groups Projects
Commit e86c1f51 authored by Peter Kaiser's avatar Peter Kaiser
Browse files

Docs: Fixed RobotStateComponent HowTo

parent 1edbc23e
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ The robot instance can be manually synchronized with the remote data structure (
If a complete robot model (including 3d models) is needed, you can pass a filename to a local file to allow the system to load the complete robot:
\code
std::string filename = "Armar3/data/robotmodel/ArmarIII.xml";
std::string robotFile = "Armar3/data/robotmodel/ArmarIII.xml";
ArmarXDataPath::getAbsolutePath(robotFile,robotFile);
VirtualRobot::RobotPtr robot = RemoteRobot::createLocalClone(robotStateComponent, filename);
\endcode
......
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