필터 지우기
필터 지우기

automated driving toolbox example 'LaneChangeExample' problem

조회 수: 4 (최근 30일)
호열 맹
호열 맹 2022년 11월 10일
답변: Kishen Mahadevan 2022년 11월 16일
Hi, I was curious if it would work even if I put another driving scenario in 'LaneChangeExample', an example provided by MATLAB automated driving toolbox. So I put the scenario reader's scenario as a scenario I made and run it. (The scenariofcnname and scenariofilename of the workspace are all matched with the scenario I created) Then I got this error. I'd like to know how to solve this problem.
Causes:
It seems problems of outputgrid.m, but I don't know how to solve it.

채택된 답변

Kishen Mahadevan
Kishen Mahadevan 2022년 11월 16일
Hi,
Please try the following steps:
  • Add the new driving scenario in the 'helperLCSetup.m' file - this is to make sure that the new driving scenario gets loaded properly. This script initializes the ego car and actor profiles after loading the driving scenario.
  • In the helper script, add the scenarioFileName, ScenarioFcnName, and set the corresponding scenarioID. Refer to the highlighted lines in the image below:
This script also sets the selected scenario's name in the Scenario Reader block, so you wouldnt have to add it separately.
Thanks,
Kishen

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by