Skip to content

Commit

Permalink
Merge pull request fkanehiro#922 from eisoku9618/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
fkanehiro committed Dec 23, 2015
2 parents 580c46f + 1db27ed commit 05e5eba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rtc/Stabilizer/Stabilizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,6 @@ void Stabilizer::getActualParameters ()
}
// Actual ee frame =>
ikp.ee_d_foot_rpy = (target->R * ikp.localR).transpose() * (foot_origin_rot * ikp.d_foot_rpy);
// Convert actual world frame => actual foot_origin frame for debug data port
ikp.ref_moment = foot_origin_rot.transpose() * ikp.ref_moment;
}

if (eefm_use_force_difference_control) {
Expand Down

0 comments on commit 05e5eba

Please sign in to comment.