Skip to content

Commit

Permalink
Update src/Contacts/src/FixedFootDetector.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Dafarra <[email protected]>
  • Loading branch information
GiulioRomualdi and S-Dafarra authored Jan 28, 2025
1 parent 76b1f87 commit a86db72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contacts/src/FixedFootDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ const EstimatedContact& FixedFootDetector::getFixedFoot() const
return m_dummyContact;
}

std::chrono::nanoseconds FixedFootDetector::getCurrentTime() const
const std::chrono::nanoseconds& FixedFootDetector::getCurrentTime() const
{
return m_currentTime;
};

0 comments on commit a86db72

Please sign in to comment.