Bug report: UAV toolbox uavDubinsConnection obj results in Accelerator mode reference model compilation failure when used in a Simulink MATLAB function block
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Yingao Zhang
am 11 Mai 2021
Beantwortet: Yingao Zhang
am 30 Aug. 2021
Problem description:
When an uavDubinsConnection object (Dubins path connection for UAV - MATLAB (mathworks.com)) is used in a Simulink MATLAB function block (Include MATLAB code in models that generate embeddable C code - Simulink (mathworks.com)), the resulting .slx model cannot be called by a parent model through model reference (Reference another model to create model hierarchy - Simulink (mathworks.com)) in accelerator mode. The corresponding error message states:
Note that this bug is related to ARM platform binaries from C++ code generated for uavDubinsConnection - MATLAB Answers - MATLAB Central (mathworks.com).
Reproduction steps:
- create a variable Ts = 0.1 in MATLAB base workspace.
- run parentMdl.slx in the attachment.
2 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu UAV finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!