how can I use block "Scenario Reader" in simulink with multiple egoVehicle?

조회 수: 4 (최근 30일)
I already set the coordinate system of output in block Scenario Reader to be World Coordinates. Based on this reference --> https://www.mathworks.com/help/driving/ref/scenarioreader.html?searchHighlight=scenario%20reader&s_tid=doc_srchtitle . I just confuse how to use after I set the coordinate system, because this block doesn't have any input.

채택된 답변

Thaddäus Menzel
Thaddäus Menzel 2019년 4월 2일
The scenario Reader has the property "File name for the recorded scenario" and inside this mat-file (created by Driving Scenario Designer) all actors are defined. In R2019a there is also the variable EgoCarId inside this mat-file. So actual it should be not possible to have more, than exact one ego vehicle. The scenario reader is p-coded, so you have no chance to modify the scenario reader to read a second ego vehicle from the mat-file.
But you could do the following: Save two different mat-files from Driving Scenario Designer with the same scenario, but with different ego-vehicles. Then insert this block scenarioReader twice in your simulink model, each of them reads one mat file with one ego vehicle, but they are different ones.

추가 답변 (0개)

태그

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by