In the Driving Scenario Designer app, how can I generate a large number of vehicles or a platoon with the same characteristics ?
2 ビュー (過去 30 日間)
古いコメントを表示
Bo Lin
2019 年 10 月 17 日
回答済み: Roshin Kadanna Pally
2019 年 11 月 1 日
In the Driving Scenario Designer app, how can I generate a large number of vehicles or a platoon with the same characteristics ?
When I create a New Driving Scenario,I need to add a lot of cars,it turns out that I need to add one by one,so,I wonder if it has another simple way to add a large number of cars.
Thank you.
0 件のコメント
採用された回答
Roshin Kadanna Pally
2019 年 11 月 1 日
Hi,
This request will be considered in a future release.
The best way to do this now (for actors or roads), is to script it in a for loop etc. using the programmatic drivingScenario API. This gives you full control and you can save the script or function you use as some sort of a template for your future work. After producing the drivingScenario object from the script or function, use:
>> drivingScenarioDesigner(scenarioObj)
and bring that to the App. Then move on to the next steps in your workflow.
Thanks,
Roshin
0 件のコメント
その他の回答 (1 件)
Divya Gaddipati
2019 年 10 月 22 日
Hi,
I have brought this issue to the notice of our developers. They will investigate the matter further.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!