How to build ardupilot to support Remote ID?
Posted: Wed Jan 03, 2024 2:27 pm
Hello,
i want to use RemoteID, but i do not know how to build the code, please help me.
Drone DIY solutions
https://www.uavbb.com/
Hello,
i want to use RemoteID, but i do not know how to build the code, please help me.
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)
thanks, i will try
What server to build?
Recommend using the Ubuntu system
i do not know how to set unbunt system?
oh, you can read here https://ardupilot.org/dev/docs/building ... linux.html
Thanks, i do it ok now