Skip to content

Commit

Permalink
cartesian impedance: fixed to use position wrt base frame
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Apr 5, 2019
1 parent 561761f commit 0b5e00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/code/mtsIntuitiveResearchKitArm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ void mtsIntuitiveResearchKitArm::ControlEffortCartesian(void)
if (mWrenchType == WRENCH_BODY) {
// either using wrench provided by user or cartesian impedance
if (mCartesianImpedance) {
mCartesianImpedanceController.Update(CartesianGetLocalParam,
mCartesianImpedanceController.Update(CartesianGetParam,
CartesianVelocityGetParam,
mWrenchSet,
mWrenchBodyOrientationAbsolute);
Expand Down

0 comments on commit 0b5e00d

Please sign in to comment.