필터 지우기
필터 지우기

I have trouble in using Driving Scenario Designer.

조회 수: 4 (최근 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