Skip to content

Commit

Permalink
Debugged argument number miss in setupController for TwoDofController…
Browse files Browse the repository at this point in the history
…DynamicsModel
  • Loading branch information
orikuma committed Jul 1, 2014
1 parent 4a1c7d1 commit 4334277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtc/TorqueController/MotorTorqueController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ MotorTorqueController::MotorTorqueController(std::string _jname, double _ke, dou

MotorTorqueController::MotorTorqueController(std::string _jname, double _alpha, double _beta, double _ki, double _tc, double _dt)
{
setupController(_alpha, _beta, _ki, _dt);
setupController(_alpha, _beta, _ki, _tc, _dt);
setupControllerCommon(_jname, _dt);
}

Expand Down

0 comments on commit 4334277

Please sign in to comment.