We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360782d commit f0b5320Copy full SHA for f0b5320
1 file changed
autodrive_turnkey_demos/autodrive_rzr_aeb_mbse/autodrive_rzr.m
@@ -218,7 +218,7 @@ function setup(block)
218
% [positive_num offset] : Discrete sample time
219
% [-1, 0] : Inherited sample time
220
% [-2, 0] : Variable sample time
221
-block.SampleTimes = [1 0];
+block.SampleTimes = [0 0];
222
223
% Specify the block simStateCompliance. The allowed values are:
224
% 'UnknownSimState', < The default setting; warn and assume DefaultSimState
@@ -436,4 +436,4 @@ function Terminate(block)
436
% Kill the simulator instance
437
system('taskkill /F /IM "AutoDRIVE Simulator.exe"');
438
439
-%end Terminate
+%end Terminate
0 commit comments