UAV Toolbox Support Package Alternative?

2 vues (au cours des 30 derniers jours)
Tristan
Tristan le 5 Juin 2023
So as shown in the documentation, this package only supports PX4 1.12.3. If I want to use PX4 1.14, would I be able to still just use the embedded coder for the controller and not actually use the package?
Basically, the bottom line is that I have a controller designed in MATLAB. We want to put this controller onto a multirotor device, but using PX4 1.14. I am wondering if there is a way to get this code onto the flight controller using the embedded coder, since using the full package doesn't sound feasible.
  2 commentaires
Diwakar Diwakar
Diwakar Diwakar le 5 Juin 2023
Either you can manually generate code from your MATLAB controller using the Embedded Coder or another option is to communicate with the PX4 flight controller using the MAVLink protocol. MATLAB has support for MAVLink communication through the mavlinkio interface. You can establish a MAVLink connection between MATLAB and the PX4 flight controller running the desired version of the PX4 firmware (1.14 in your case). You can then send control commands from MATLAB to the flight controller and receive telemetry data for closed-loop control.
Tristan
Tristan le 6 Juin 2023
Is that able to communicate fast enough/avoid latency being too high that avoids any undesired behavior? For example, what if the trajectory has a really sharp turn, will the communication delays be too high such that the control action is for a position that is too far off?
Potentially we could also have MATLAB running onboard on the companion computer, but I don't know how realistic that is?

Connectez-vous pour commenter.

Réponse acceptée

Arun Mathamkode
Arun Mathamkode le 3 Avr 2024
The R2024a release of UAV Toolbox Support Package for PX4 Autopilots now supports PX4 Firmware v1.14

Plus de réponses (1)

Ankur Bose
Ankur Bose le 14 Juil 2023
Modifié(e) : Ankur Bose le 14 Juil 2023
We are currently working on supporting PX4 1.14 in UAV Toolbox support package for PX4 Autopilots. We will let you know when the feature is live
  1 commentaire
Tristan
Tristan le 14 Juil 2023
Any estimate for when that might be?

Connectez-vous pour commenter.

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by