フィルターのクリア

How to conect pixhawk with Q ground control, matlab

17 ビュー (過去 30 日間)
지행 이
지행 이 2023 年 9 月 14 日
回答済み: Balavignesh 2023 年 9 月 29 日
if i conect matlab to pixhawk4mini, i can access Q gorund control
I think the version is the problem.
i used px4 verson 1.10.2
how to conect pixhawk with Q ground control in matlab

回答 (1 件)

Balavignesh
Balavignesh 2023 年 9 月 29 日
As per my understanding, you would like to connect 'pixhawk' with 'Q ground control' in MATLAB.
I would suggest you to get the latest stable version of 'px4' (v1.13.3) and follow the below steps:
Install MATLAB Support Package for PX4 Autopilots. This package allows for communication between MATLAB and Pixhawk flight controller.
Install QGroundControl on your computer. This will allow you to interact with Pixhawk flight controller.
Establish a connection to the flight controller using the 'px4' object povided by the support package.
% px4Obj = px4;
% open(px4Obj);
Once a connection is established, you can start sending commands or receiving data from the flight controller using MATLAB functions.
Please refer to the following documentation links to know more about:

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by