I can not open example of Autonomous Emergency Braking with Sensor fusion
1 回表示 (過去 30 日間)
古いコメントを表示
I recently want to use the example of Autonomous Emergency Braking with Sensor fusion so I downloaded Automated Driving toolbox and sinulation, but I can not successfully open it. When I tried to open it, error comes out like this. My version is R2020b.
Error using exampleUtils.componentExamplesDir (line 16)
Invalid argument "driving".
Error in findExample (line 18)
componentExamplesDir = exampleUtils.componentExamplesDir(component);
Error in openExample (line 30)
metadata = findExample(exampleId);
0 件のコメント
回答 (1 件)
Saurav Chaudhary
2020 年 12 月 22 日
Make sure you have all the toolbox required for this example to run.
openExample('driving/AEBWithSensorFusionExample')
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Automated Driving Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!