フィルターのクリア

Unable to run the highway lane change using Roadrunner Scenario

3 ビュー (過去 30 日間)
SAYANDIP
SAYANDIP 2024 年 2 月 3 日
回答済み: sai charan sampara 2024 年 2 月 27 日
When I am trying to run the given .slx file in MATLAB it is giving model error. Need some guidance.
  2 件のコメント
Anjaneyulu Bairi
Anjaneyulu Bairi 2024 年 2 月 4 日
Can you post the exact error here?
Thanks.
SAYANDIP
SAYANDIP 2024 年 2 月 8 日
yes i have edited the question

サインインしてコメントする。

回答 (1 件)

sai charan sampara
sai charan sampara 2024 年 2 月 27 日
Hello Sayandip,
I understand that you are getting an error saying, “Dot indexing is not supported for variable of this type” while running the Simulink file of the example “Highway Lane Change Planner with RoadRunner Scenario”.
The error might be occurring because of incorrect paths in the “HighwayLaneChangePlannerWithRRScenarioExample.m” file. This MATLAB file has two variables “rrAppPath” and “rrProjectPath”. The variable “rrAppPath” should store the path to the local RoadRunner installation folder. Verify if this variable is storing the location of the correct folder (folder corresponding to RoadRunner in your computer). Also, the variable “rrPojectPath” should store the path to your RoadRunner project folder. In the example code it was assigned a placeholder value of a sample project folder, replace this path with the path to the current RoadRunner project folder you are using. To get the expected results run the “HighwayLaneChangePlannerWithRRScenarioExample.m” MATLAB file with the above-mentioned changes.

タグ

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by