Skip to content

Commit 615dc13

Browse files
authored
Change block sample time
1 parent f0b5320 commit 615dc13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autodrive_turnkey_demos/autodrive_rzr_aeb_mbd/autodrive_rzr.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function setup(block)
218218
% [positive_num offset] : Discrete sample time
219219
% [-1, 0] : Inherited sample time
220220
% [-2, 0] : Variable sample time
221-
block.SampleTimes = [1 0];
221+
block.SampleTimes = [0 0];
222222

223223
% Specify the block simStateCompliance. The allowed values are:
224224
% 'UnknownSimState', < The default setting; warn and assume DefaultSimState

0 commit comments

Comments
 (0)