parrotMini​droneWaypo​intFollowe​r

조회 수: 3 (최근 30일)
Tony Carpinteri
Tony Carpinteri 2019년 10월 8일
댓글: 2023년 4월 14일
Hi I am trying to deploy the given waypointFollower example in simulink. I keep getting this error even if I follow the steps suggested to resolve the issue:
Error building model 'nonlinearAirframe'. The current model configuration differs from the model configuration used to generate the shared utility code folder, 'C:\Users\marti\MATLAB\Projects\examples\parrotMinidroneWaypointFollower\work\slprj\ert\_sharedutils'.

답변 (1개)

Milan Padhiyar
Milan Padhiyar 2021년 1월 28일
Hi,
This issue is related to the fact that there are differences in the configuration parameters between top and referenced models.
Please note that this error occurs if there are differences in the 'Standard math library' parameter in Configuration Parameters > Code Generation > Interface > Advanced parameters.
For instance, this parameter could be C89/C90 (ANSI) for the parent model and a child model, and C99 (ISO) for another child model.
In order to solve this issue, please make sure to use the same Configuration parameters. Configuration references can help avoid parameter mismatches:
Thanks
  댓글 수: 2
俊
2023년 4월 14일
when I change the nonlinearAirframe configuration and the parrotMinidroneWaypointFollower configuration to the same C89/C90 ,but do not work
俊
2023년 4월 14일
matlab 2021b

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

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by