Skip to content

Commit

Permalink
Revert "Merge pull request #446 from jrl-umi3218/topic/impedance-task…
Browse files Browse the repository at this point in the history
…-log"

This reverts commit 418f74f, reversing
changes made to afc9934.
  • Loading branch information
ThomasDuvinage committed Nov 25, 2024
1 parent 97345f7 commit 9d637c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mc_tasks/ImpedanceTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ void ImpedanceTask::addToLogger(mc_rtc::Logger & logger)
[this]() -> const sva::ImpedanceVecd & { return gains().wrench().vec(); });

// compliance values
logger.addLogEntry(name_ + "_compliancePose", this, [this]() { return compliancePose(); });
MC_RTC_LOG_HELPER(name_ + "_deltaCompliancePose", deltaCompPoseW_);
MC_RTC_LOG_HELPER(name_ + "_deltaComplianceVel", deltaCompVelW_);
MC_RTC_LOG_HELPER(name_ + "_deltaComplianceAccel", deltaCompAccelW_);
Expand Down

0 comments on commit 9d637c0

Please sign in to comment.