Running PX4 on VOXL without Flight Core
-
Is there a way to run PX4 flight controller on the VOXL without using the flight core, using the VOXL standalone as the flight controller? That is, could PX4 be run on the VOXL without going through the nuttx system on the flight core (similar to what I think could be done on the Snapdragon Flight)?
https://docs.px4.io/master/en/flight_controller/snapdragon_flight.html
-
The short answer is yes, the long answer is that it is probably a decent amount of work.
PX4 1.9 builds and runs for this platform, but may not fly. With that build, you need UART based ESCs like we have here: https://modalai.com/esc
Mid-PX4 1.10 development c++14 was introduced. The SLPI compiler does not support c++14. IMO it would be fairly straight-forward to either comment out that code (it's for simulation), or just use boost to fix the issue. We just haven't done that or put much effort into it.
You can take a look here:
branch https://github.com/PX4/Firmware/commits/excelsior_1.9Build the firmware with "make atlflight_excelsior_default" to build the posix side and "make atlflight_execelsior_qurt-default"
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login