Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Fixed constructor of SixAxisForceTorqueMeasureProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-romano committed Sep 29, 2017
1 parent 0318323 commit fd06d65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SixAxisForceTorqueMeasureProcessor::SixAxisForceTorqueMeasureProcessor()
{
// Initialize the affice function to be the identity
toEigen(m_secondaryCalibrationMatrix).setIdentity();
toEigen(m_offset).setZero();
m_offset.zero();
}

iDynTree::Matrix6x6& SixAxisForceTorqueMeasureProcessor::secondaryCalibrationMatrix()
Expand Down

0 comments on commit fd06d65

Please sign in to comment.