Skip to content
Snippets Groups Projects
Commit fd3c95a8 authored by vahrenkamp's avatar vahrenkamp
Browse files

name value map to identify joints in RBDL representation added

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@743 042f3d55-54a8-47e9-b7fb-15903f145c44
parent c2574928
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,8 @@ void Dynamics::toRBDL(boost::shared_ptr<RigidBodyDynamics::Model> model, RobotNo
if (joint.mJointType != JointTypeFixed)
{
nodeID = model->AddBody(parentID, spatial_transform, joint, body);
this->identifierMap[node->getName()] = nodeID;
//cout << node->getName() << ", " << nodeID << endl; // Debugging Info
}
std::vector<SceneObjectPtr> children;
......
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