Skip to content
Snippets Groups Projects
Commit 985ba3cd authored by Mirko Wächter's avatar Mirko Wächter
Browse files

fixed rbdl conversion

parent 5d3514e1
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ void Dynamics::toRBDL(boost::shared_ptr<RigidBodyDynamics::Model> model, RobotNo
cout << "****** spatial_translation: " << spatial_translation.transpose() << endl;
SpatialTransform spatial_transform = SpatialTransform(spatial_rotation, spatial_translation);
SpatialTransform spatial_transform = SpatialTransform(spatial_rotation.transpose(), spatial_translation);
// last, joint
Joint joint = Joint(JointTypeFixed);
......
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