Skip to content

Commit 7d29dc8

Browse files
committed
Updated comments in aToe and wSpd validity checks.
1 parent 97862fd commit 7d29dc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Workflows/Utilities/checkRunValid/suspOpt_check_runValid_aToe.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
toeLInvalid = hasExceededThreshold(abs(logsout_aToeL), logsout_t, toe_thresh, toe_time);
3333
toeRInvalid = hasExceededThreshold(abs(logsout_aToeR), logsout_t, toe_thresh, toe_time);
3434

35-
% Result is invalid if either toe angle fails the criteria
35+
% Result is invalid only if both toe angle measurements are invalid
3636
checkData(run_i).valid_aToe = ~(toeLInvalid && toeRInvalid);
3737
end

Workflows/Utilities/checkRunValid/suspOpt_check_runValid_wSpd.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
% Copyright 2023-2024 The MathWorks, Inc.
1515

1616
% Thresholds for validity
17-
ws_thresh = 40 ; % m/s
17+
ws_thresh = 40 ; % km/hr
1818
ws_duration = 0.5; % sec
1919

2020
% Get tire radius to convert wheel rotation speed to linear speed

0 commit comments

Comments
 (0)