code for UAV communication simulation
이전 댓글 표시
Hello @everyone,
Please, I am looking for the code simulation of communication between UAV. I couldn't find that in the UAV toolbox
Thank you.
답변 (1개)
Jianxin Sun
2023년 5월 22일
0 개 추천
Hi,
You can start with MAVLink protocol https://www.mathworks.com/help/uav/mavlink-support.html. It is a protocol used by PX4 and Ardupilot to serialize and deserialize UAV communication messages. It could be used to exchange messages between UAVs, however you will have to setup your own network layer that enables data exchange.
Thanks,
Jianxin
카테고리
도움말 센터 및 File Exchange에서 PX4 Autopilots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!