Skip to content

Commit

Permalink
Remove outdated comment #280
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Jul 20, 2021
1 parent 75f7ede commit 32de314
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dartsim/src/SDFFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1107,8 +1107,6 @@ Identity SDFFeatures::ConstructSdfJoint(

joint->setName(_sdfJoint.Name());

// When initial positions are provided for joints, we need to correct the
// parent transform:
const Eigen::Isometry3d child_T_postjoint = T_child.inverse() * T_joint;
const Eigen::Isometry3d parent_T_prejoint_init = T_parent.inverse() * T_joint;
joint->setTransformFromParentBodyNode(parent_T_prejoint_init);
Expand Down

0 comments on commit 32de314

Please sign in to comment.