Page 1 of 1

How to build ardupilot to support Remote ID?

Posted: Wed Jan 03, 2024 2:27 pm
by zhuangtongquan

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


Re: How to build ardupilot to support Remote ID?

Posted: Wed Jan 03, 2024 2:28 pm
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)


Re: How to build ardupilot to support Remote ID?

Posted: Wed Jan 03, 2024 2:48 pm
by zhuangtongquan

thanks, i will try


Re: How to build ardupilot to support Remote ID?

Posted: Wed Jan 03, 2024 2:55 pm
by zhuangtongquan

What server to build?


Re: How to build ardupilot to support Remote ID?

Posted: Wed Jan 03, 2024 2:56 pm
by jamson

Recommend using the Ubuntu system


Re: How to build ardupilot to support Remote ID?

Posted: Wed Jan 03, 2024 2:57 pm
by zhuangtongquan

i do not know how to set unbunt system?


Re: How to build ardupilot to support Remote ID?

Posted: Wed Jan 03, 2024 2:58 pm
by jamson

Re: How to build ardupilot to support Remote ID?

Posted: Wed Jan 03, 2024 3:30 pm
by zhuangtongquan

Thanks, i do it ok now