automated driving toolbox example 'LaneChangeExample' problem

3 views (last 30 days)
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.

Accepted Answer

Kishen Mahadevan
Kishen Mahadevan on 16 Nov 2022
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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!