Skip to content
Snippets Groups Projects
Commit 510ea880 authored by themarex's avatar themarex
Browse files

Add documentation for cloneChangeStructure

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@654 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 9b03df7c
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,11 @@ public:
static RobotPtr cloneChangeStructure(RobotPtr robot, robotStructureDef &newStructure);
/*! Clone kinematic chain and reverse direction.
*
* \param startNode Name of the start node of the original kinematic chain.
* \param endNode Name of the end node of the original kinematic chain. Will be the new root.
*/
static RobotPtr cloneChangeStructure(RobotPtr robot, const std::string &startNode, const std::string &endNode);
protected:
// instantiation not allowed
......
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