Closed ahendrix closed 11 years ago
I-term winds up when motors halt and causes problems when motors are reset.
Potential fix: {{{
--- 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);
virtual void starting();
/*!
--- src/joint_position_controller.cpp (revision 39960) +++ src/joint_position_controller.cpp (working copy) @@ -103,6 +103,12 @@ }
+void JointPositionController::starting() +{
trac data:
[sglaser] r40627 and r40628 in pr2_controllers 1.2.4
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);
virtual void starting();
/*!
\brief Issues commands to the joint. Should be called at regular intervals Index: src/joint_position_controller.cpp
--- src/joint_position_controller.cpp (revision 39960) +++ src/joint_position_controller.cpp (working copy) @@ -103,6 +103,12 @@ }
+void JointPositionController::starting() +{
trac data: