How to build ardupilot to support Remote ID?

Post Reply
User avatar
zhuangtongquan
Posts: 6
Joined: Wed Jan 03, 2024 2:24 pm

How to build ardupilot to support Remote ID?

Post by zhuangtongquan »

Hello,
i want to use RemoteID, but i do not know how to build the code, please help me.

User avatar
jamson
Site Admin
Posts: 46
Joined: Wed Sep 01, 2021 6:32 am

Re: How to build ardupilot to support Remote ID?

Post by jamson »

git clone --recurse-submodules https://github.com/ArduPilot/ardupilot.git
cd ardupilot
./waf configure --board  FMUV3 --enable-opendroneid   #FMUV3 is your board, you can change other
./waf copter    

you also can download the firmwares that support RemoteID, from here,RemoteID Ardupilot Firmware (uavbb.com)

Best regards, UAVBB!

User avatar
zhuangtongquan
Posts: 6
Joined: Wed Jan 03, 2024 2:24 pm

Re: How to build ardupilot to support Remote ID?

Post by zhuangtongquan »

thanks, i will try

User avatar
zhuangtongquan
Posts: 6
Joined: Wed Jan 03, 2024 2:24 pm

Re: How to build ardupilot to support Remote ID?

Post by zhuangtongquan »

What server to build?

User avatar
jamson
Site Admin
Posts: 46
Joined: Wed Sep 01, 2021 6:32 am

Re: How to build ardupilot to support Remote ID?

Post by jamson »

Recommend using the Ubuntu system

Best regards, UAVBB!

User avatar
zhuangtongquan
Posts: 6
Joined: Wed Jan 03, 2024 2:24 pm

Re: How to build ardupilot to support Remote ID?

Post by zhuangtongquan »

i do not know how to set unbunt system?

User avatar
jamson
Site Admin
Posts: 46
Joined: Wed Sep 01, 2021 6:32 am

Re: How to build ardupilot to support Remote ID?

Post by jamson »

Best regards, UAVBB!

User avatar
zhuangtongquan
Posts: 6
Joined: Wed Jan 03, 2024 2:24 pm

Re: How to build ardupilot to support Remote ID?

Post by zhuangtongquan »

Thanks, i do it ok now

Post Reply