Why am i getting this error when i start a simulink quadcopter simulation?
2 ビュー (過去 30 日間)
古いコメントを表示
Tommaso Savino
2022 年 4 月 19 日
コメント済み: Unmanned Aerial and Space Systems
2022 年 5 月 5 日
I am working with simulink quadcopter project (asbQuadcopter) and I am trying to implement a control with deep reinforcement learning.
When i validate the environment, i have this problem:
Warning: Could not evaluate MaskDisplay commands of block 'asbQuadcopter/Visualization/Extract Flight
Instruments/V': Undefined function 'ports' for input arguments of type 'double'.
> In aeroblkconversion2 (line 33)
In aeroicon (line 148)
In slResolve
In Simulink.SimulationData/SignalObserverInfo/updateSettingsFromPort
In Simulink.SimulationData.ModelLoggingInfo.getLoggedSignalsFromMdl
In Simulink.SimulationData.ModelLoggingInfo.createFromModel
In MultiSim.internal.getLoggingSpecificationForModels
In MultiSim.internal.resetLoggingSpec
In MultiSim.internal/SimulationRunnerSerial/setup
In Simulink/SimulationManager/setup
In Simulink/SimulationManagerEngine/setup
In rl.env/SimulinkEnvWithAgent/setupForSimImpl (line 499)
In rl.env/AbstractEnv/setupForSim (line 265)
In rl.env/AbstractEnv/simWithPolicy (line 72)
In rl.env/SimulinkEnvWithAgent/validateEnvironment (line 129)
0 件のコメント
採用された回答
Unmanned Aerial and Space Systems
2022 年 5 月 4 日
There is a undefined function in your one of the functions, if you share it here, it can be controlled.
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with Aerospace Blockset についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!