How do I 'connect' to a COM port when using mavlinkio 'connect' , only UDP port is documented

11 visualizaciones (últimos 30 días)
I wish to use Matlab's MAVlink libraries to listen and talk to a robotics platform: specifically ArduBoat which links to its ground station (MIssion Planner running on a Laptop) using the MAVlink protocol over an external radio link. The radio at the laptop has a USB cable and appears as a COM port on Windows.
Matlab MAVlink libraries use mavlinkio to make the initial connection, with
but there is no documentation for connecting via Serial Port (so the software can link to the radio) rather than UDP.
Is there an exisitnig solution for this, that is, to enable Matlab to listen (and talk) to the Ardupilot / (Pixhawk hardware) family of robotic platforms
Thanks in Advance
Phil

Respuestas (2)

Jianxin Sun
Jianxin Sun el 7 de Jul. de 2022
Hi Philip,
Serial port connection is not supported out of box. You could use serialport object to exchange binary data and use mavlinkio/mavlinkdialect objects to serailize and deserialize the messages.
You can install the UAV Toolbox PX4 support package and check the "HelperPX4" function used in https://www.mathworks.com/help/supportpkg/px4/ug/launch-nsh-px4.html that implemented a serial based mavlink communication for an example.
Jianxin
  1 comentario
Philip Anderson
Philip Anderson el 10 de Jul. de 2022
Hello Jianxin,
Perhaps I didn't explain the issue well, as your suggestions are rather complex for a simple rrequirement. A suitable answer I received via a different route was
which is what is required. Hope this clarifies what I was searching for
Rgds
Phil

Iniciar sesión para comentar.


胡虎虎
胡虎虎 el 22 de Nov. de 2022
Did you successfully? I have had the same promble. Could you give me some guidance if you have some iders?
Thank you very much

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by