Skip to content

Commit 7bf78dc

Browse files
author
Gabriele
committed
added checkInpuSpikesWithSimulator, fixed stopTorqueControlBalancingWithSimu, fixed torqueControlBalancingWithSimu and exported to 2019b
1 parent 20ba6af commit 7bf78dc

File tree

3 files changed

+636
-734
lines changed

3 files changed

+636
-734
lines changed

controllers/+floatingBaseBalancingTorqueControlWithSimulator/stopTorqueControlBalancingWithSimu.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
% If a joint hits the limits or an encoder spike is detected, print a
6363
% warning message displaying the name of the joint
64-
if Config.EMERGENCY_STOP_WITH_ENCODER_SPIKES && exist('res_check_spikes','var')
64+
if exist('res_check_spikes','var')
6565

6666
if ~isempty(res_check_spikes.signals.values)
6767

@@ -76,7 +76,7 @@
7676
end
7777
end
7878
end
79-
if Config.EMERGENCY_STOP_WITH_JOINTS_LIMITS && exist('res_check_range','var')
79+
if exist('res_check_range','var')
8080

8181
if ~isempty(res_check_range.signals.values)
8282

0 commit comments

Comments
 (0)