Unrecognized function or variable 'Px4DemoHostTargetWithSimulinkPlantStart'.
이전 댓글 표시
I use UAV Toolbox Support Package for PX4 Autopilots and I want to implement example Monitor and Tune PX4 Host Target Flight Controller with Simulink-Based Plant Model.But I've got an error Unrecognized function or variable 'Px4DemoHostTargetWithSimulinkPlantStart'.
답변 (1개)
Abhishek GS
2021년 3월 12일
0 개 추천
Hi Rongan Yuan,
- Can you confirm if you have installed the UAV Toolbox Support Package for PX4 Autopilots ?
- You can check the outpout of the command: matlabshared.supportpkg.getInstalled
- The output of the above command should give the list of installed support packages. Verify that PX4 support package is installed
- Once you have installed the support package, you can execute the below command to check if the examples folder is on path. Let us know if the below command returns 1.
>>contains(lower(path),lower(fullfile('toolbox','target','supportpackages','px4','px4examples')))
5. Check if you are able to open any other demo example - For example: px4demo_uORBReadWrite
Let us know if you are able to open the example 'Px4DemoHostTargetWithSimulinkPlantStart' after above steps.
Thanks,
Abhishek
카테고리
도움말 센터 및 File Exchange에서 PX4 Autopilots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!