I have trouble in using Driving Scenario Designer.

2 ビュー (過去 30 日間)
yujin kim
yujin kim 2019 年 8 月 25 日
回答済み: Abhisek Pradhan 2019 年 8 月 28 日
I want to design multiple pedestrian scenario.
I set 'Stop Condition: Set Time' (enough time) and exported this scenario to MATLAB function.
And then, I plot scenario in Matlab function like that.
-------------------------------------------
plot(scenario)
while advance(scenario)
pause(0.1)
end
------------------------------------------------
However, It finished when first actor stops.
How can I plot until All Actors stop???

回答 (1 件)

Abhisek Pradhan
Abhisek Pradhan 2019 年 8 月 28 日
I have heard that this issue is known and the concerned parties may be looking into it.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by