Code coverage collection for ArduPilot in real flight mode and software-in-the-loop (SITL) mode
Ardupilot compilation steps
1.Set the board subtype
./waf configure --board CUAVv5
2.Compile fixed wing
./waf plane
After compiling, compile_commands.json compilation database will be generated in build/CUAVv5/ directory.
Generate the bootable ard...