i can't recieve information using (pixhawk4, telemetry)

i want recive Quaternion information from pixhawk4mini using Holybro SiK Telemetry Radio
What should I do
I want to interpret Pixhawk data on the host computer

 채택된 답변

Manoj Velmurugan
Manoj Velmurugan 2023년 2월 3일

1 개 추천

Telemetry radio would appear as a serial port on the host PC.
For reading MAVLink data using MATLAB,
  1. Read the raw bytes using serialport read()
  2. Create a mavlinkdialect object
  3. Decode the uint8 buffer using deserializemsg()
For reading MAVLink data using Simulink,
  1. Read serial port data using the Serial Receive block. Set the COM port, data length, and sample time.
  2. Parse the raw serial data into Simulink bus using MAVLink Deserializer block.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Signal Processing에 대해 자세히 알아보기

제품

릴리스

R2022a

질문:

2023년 1월 26일

답변:

2023년 2월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by