UAV Toolbox Support Package Alternative?

23 views (last 30 days)
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 Comments
Diwakar Diwakar
Diwakar Diwakar on 5 Jun 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 on 6 Jun 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?

Sign in to comment.

Accepted Answer

Arun Mathamkode
Arun Mathamkode on 3 Apr 2024 at 8:18
The R2024a release of UAV Toolbox Support Package for PX4 Autopilots now supports PX4 Firmware v1.14

More Answers (1)

Ankur Bose
Ankur Bose on 14 Jul 2023
Edited: Ankur Bose on 14 Jul 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

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!