Issue of running example of Adaptive Cruise Control Using Sensor Fusion Test Bench
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dear all,
I cannot run this Adaptive Cruise Control on my maltab version 2020a but actually I can run this example smoothly on the 2018a version before I updated ,
Can anyone please help us out so that we can run this example.
The error is:
Invalid setting in 'ACCWithSensorFusionMdlRef/Tracking and Sensor Fusion/Tracks' for parameter 'OutDataTypeStr'.
Caused by:
- Error evaluating parameter 'OutDataTypeStr' in 'ACCWithSensorFusionMdlRef/Tracking and Sensor Fusion/Tracks'
- Cannot resolve variable 'BusMultiObjectTracker1'
- Variable 'BusMultiObjectTracker1' has been deleted from base workspace.
Suggested Actions
Load a file into base workspace.Fix
Create a new variable.Fix
Component:Simulink | Category:Model error
Caused by:
- Error evaluating parameter 'OutDataTypeStr' in 'ACCWithSensorFusionMdlRef/Tracks'
- Cannot resolve variable 'BusMultiObjectTracker1'
- Variable 'BusMultiObjectTracker1' has been deleted from base workspace.
Suggested Actions
Load a file into base workspace.Fix
Create a new variable.Fix
Component:Simulink | Category:Model error
Any help is much appreciated
Regards,
Edward
0 Commenti
Risposte (1)
Abhishek Kumar
il 16 Ott 2020
Hi Edward,
By analysing the error report you are getting I can assess that a variable named ‘BusMultObjectTRacker1’ being used in your model is missing from base workspace and you need to declare the variable before using it.
0 Commenti
Vedere anche
Categorie
Scopri di più su System Composer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!