Skip to content

Commit

Permalink
[DQ_KinematicController.m] Comment update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ffasilva committed Aug 16, 2024
1 parent 02280df commit 33cb1d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion robot_control/DQ_KinematicController.m
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@
end

function reset_stability_counter(obj)
% Reset the stability counter to zero
% Reset the stability counter to zero and the flag indicating that
% the system has reached a stable region to false.
obj.stability_counter = 0;
obj.system_reached_stable_region_ = false;
end
Expand Down

0 comments on commit 33cb1d4

Please sign in to comment.