PR2 / pr2_mechanism

Infrastructure to control the PR2 robot in a hard realtime control loop.
Other
29 stars 27 forks source link

joint_position_controller should to reset PID windup in starting() (ros ticket #4485) #290

Closed ahendrix closed 11 years ago

ahendrix commented 11 years ago

I-term winds up when motors halt and causes problems when motors are reset.

Potential fix: {{{

Index: include/robot_mechanism_controllers/joint_position_controller.h

--- include/robot_mechanism_controllers/joint_position_controller.h (revision 39960) +++ include/robot_mechanism_controllers/joint_position_controller.h (working copy) @@ -94,9 +94,7 @@ */ void getCommand(double & cmd);

+void JointPositionController::starting() +{

trac data:

ahendrix commented 11 years ago

[sglaser] r40627 and r40628 in pr2_controllers 1.2.4