Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #51 from jmirabel/devel
Browse files Browse the repository at this point in the history
Update to changes in hpp-fcl.
  • Loading branch information
nim65s authored Nov 27, 2019
2 parents 644e601 + 4e7760c commit 5befd28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rbprmbuilder.impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,7 @@ std::vector<fcl::Vec3f> computeRectangleContactLocalTr(const rbprm::RbPrmFullBod
fcl::Transform3f roWorld, roEffector;
roWorld.setRotation(state.contactRotation_.at(name));
roWorld.setTranslation(position);
roEffector = roWorld;
roEffector.inverse();
roEffector = roWorld.inverse();
fcl::Vec3f z_axis(0, 0, 1);
fcl::Matrix3f rotationLocal = tools::GetRotationMatrix(z_axis, limb->normal_);
if (limb->contactType_ == _3_DOF) {
Expand Down

0 comments on commit 5befd28

Please sign in to comment.