필터 지우기
필터 지우기

How can I fix the error when I open the example 'ACCTestBenchExample'?

조회 수: 33 (최근 30일)
Bo Lin
Bo Lin 2019년 11월 26일
댓글: Bingqian Feng 2020년 2월 11일
When I open the example 'ACCTestBenchExample',it happened to this.
=== Simulation (Elapsed: 3 sec) ===
Error:Expression 'BusActorsActors' for type of data 'egoActor' did not evaluate to a valid type.
Caused by:
Invalid setting in 'Vehicle and Environment/Actors and Sensor Simulation/Pack Ego Actor' for parameter 'Datatype'
Error evaluating MATLAB Function parameter data 'Datatype' in its parent workspace.
函数或变量 'BusActorsActors' 无法识别。
Variable 'BusActorsActors' does not exist.
I do not change anything about the example provided.So,how can I fix it?
Thank you,
Lin Bo
  댓글 수: 1
Bingqian Feng
Bingqian Feng 2020년 2월 11일
Did you solve the problem?
I meet the same problem, and don't know how to fix it

댓글을 달려면 로그인하십시오.

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2019년 11월 26일
It is likely that the data has not been properly loaded. Run the following to bring up the Help page and click "Open Model" to start
web(fullfile(docroot, 'driving/examples/adaptive-cruise-control-with-sensor-fusion.html'))
  댓글 수: 3
Fangjun Jiang
Fangjun Jiang 2019년 11월 26일
I've run the example in R2019b. No problem at all.
'BusActorsActors' is a bus object. Your error message says it does not exist, which indicates that the data is not properly loaded.
Another reason might be that you don't have enough toolbox. Run "license inuse" shows
automated_driving_toolbox
control_toolbox
matlab
mpc_toolbox
simulink
video_and_image_blockset
Bingqian Feng
Bingqian Feng 2020년 2월 11일
Did you solve the problem?
I meet the same problem, and don't know how to fix it

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Event Functions에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by