Can I Pilot or upload waypoints in pixhawk flighter controller drone using Matlab directly using RFD900X telemetry without QgroundControl as in future i will work on swarm?

조회 수: 2 (최근 30일)
Can I Pilot or upload waypoints in pixhawk flighter controller drone using Matlab directly using RFD900X telemetry without QgroundControl as in future i will work on swarm drones. Is it possible to do this without companion computer(jetson nano, raspberry Pi). Can you guide me what i need to do in both cases with jetson or without.

답변 (1개)

Arun Mathamkode
Arun Mathamkode 2024년 12월 10일
You need to implement the MAVLink mission protocol in MATLAB or Simulink to upload mission to the flight controller. There is an example showing how to implement mission protocol to read the mission from the QGC in Simulink using MAVLink serializer deserializer blocks. You can refer this and implement the mission protocol to send the mission to the autopilot. You might need to use the serial block in Simulink or serialport API to send the MAVlink data over telemetry.

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by