Hello,
i want to use RemoteID, but i do not know how to build the code, please help me.
How to build ardupilot to support Remote ID?
- zhuangtongquan
- Posts: 6
- Joined: Wed Jan 03, 2024 2:24 pm
How to build ardupilot to support Remote ID?
Re: How to build ardupilot to support Remote ID?
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!
- zhuangtongquan
- Posts: 6
- Joined: Wed Jan 03, 2024 2:24 pm
Re: How to build ardupilot to support Remote ID?
thanks, i will try
- zhuangtongquan
- Posts: 6
- Joined: Wed Jan 03, 2024 2:24 pm
Re: How to build ardupilot to support Remote ID?
What server to build?
Re: How to build ardupilot to support Remote ID?
Recommend using the Ubuntu system
Best regards, UAVBB!
- zhuangtongquan
- Posts: 6
- Joined: Wed Jan 03, 2024 2:24 pm
Re: How to build ardupilot to support Remote ID?
i do not know how to set unbunt system?
Re: How to build ardupilot to support Remote ID?
oh, you can read here https://ardupilot.org/dev/docs/building ... linux.html
Best regards, UAVBB!
- zhuangtongquan
- Posts: 6
- Joined: Wed Jan 03, 2024 2:24 pm
Re: How to build ardupilot to support Remote ID?
Thanks, i do it ok now