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 32c889f commit 360782dCopy full SHA for 360782d
1 file changed
autodrive_turnkey_demos/autodrive_husky_g2g_mbse/autodrive_husky_api/autodrive_husky.m
@@ -147,7 +147,7 @@ function setup(block)
147
% [positive_num offset] : Discrete sample time
148
% [-1, 0] : Inherited sample time
149
% [-2, 0] : Variable sample time
150
-block.SampleTimes = [1 0];
+block.SampleTimes = [0 0];
151
152
% Specify the block simStateCompliance. The allowed values are:
153
% 'UnknownSimState', < The default setting; warn and assume DefaultSimState
@@ -333,4 +333,4 @@ function Terminate(block)
333
% Kill the simulator instance
334
system('taskkill /F /IM "AutoDRIVE Simulator.exe"');
335
336
-%end Terminate
+%end Terminate
0 commit comments