Skip to content

Commit

Permalink
Fix missing offset to FTS reference frame
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-yoshi committed Apr 11, 2024
1 parent 8eaa211 commit 43c91c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ init(HardwareInterface* hw, ros::NodeHandle& nh)
}

// Make sure sensor wrenches are interpreted correctly
ForceBase::setFtSensorReferenceFrame(m_compliance_ref_link);
ForceBase::setFtSensorReferenceFrame(m_compliance_ref_link, Base::m_identity_transform_kdl);

// Connect dynamic reconfigure and overwrite the default values with values
// on the parameter server. This is done automatically if parameters with
Expand Down

0 comments on commit 43c91c3

Please sign in to comment.