Good morning,
I clone the code available on github (PX4-Autopilot) on my virtual machine with the commande “git clone https://github.com/PX4/PX4-Autopilot.git --recursive”. Then I build it with the commande “make px4_fmu-v5_default” and I flash it on my controler. There is no problem for flashing but when charging is complete, the GPS beep but there is no error on display on my QGControl. I noticed that my range finder (LL40Ls) has the orientation “down”.
When I flash the “PX4 Pro stable release” (http://px4-travis.s3.amazonaws.com/Firmware/stable/px4fmu-v5_default.px4) there is no problem but the LL40Ls has the orientation “forward”.
I don’t understand, The px4 pro stable release isn’t the code on the github ?
Thank you for your response.