Skip to content

Commit

Permalink
Merge pull request #446 from jrl-umi3218/topic/impedance-task-log
Browse files Browse the repository at this point in the history
[ImpedanceTask] Log compliance pose
  • Loading branch information
arntanguy committed Apr 22, 2024
2 parents afc9934 + 2eb883d commit 418f74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mc_tasks/ImpedanceTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ 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 418f74f

Please sign in to comment.