ArduPilot (I want to force the issue :) )
-
It turns out I have to use ArduPilot for my project. I'd like to put ArduPilot on my VOXLFlight because of the advantages of a single board flight controller and companion computer.
Is it possible to put on ArduPilot (I know modalAI doesn't support it, but is it possible)? If so, does anyone have any guides? I've tried Mission Planner and QGC and obviously they don't work. I believe the bootloader needs to be modified. Not quite sure how to do this and would appreciate any help anyone can offer. I know I want to do something that is off target for most.
-
There is no reason an ArduPilot port wouldn't work on Flight Core.
You can find the entire Flight Core board support package for PX4 here: https://github.com/PX4/PX4-Autopilot/tree/master/boards/modalai/fc-v1
I am not sure how similar that is to what ArduPilot needs, but conceptually it should be all that is needed for an ArduPilot port.
-
Following up here. ArduPilot support is coming online, more details can be found here
-
Hi @Chad-Sweet
Wanted to know if I want a drone with just the flight core on it and no companion computer. Can i flash arducopter and use this flight core as a simple controller that can perform similar to a pixhawk?Thanks & Regards,
Mohammed Naveed -
Hi @mohammednaveed ,
With no warranty claimed, it should work, although integration with VOXL via voxl-vision-px4 hasn't been validated by us yet at all, so consider it 'stand alone'. We have not used Ardupilot over here yet so there's no support at all from us at this time unfortunately.
That said, kudos to the guys over there helped out and did the port!
https://github.com/ArduPilot/ardupilot/tree/master/libraries/AP_HAL_ChibiOS/hwdef/modalai_fc-v1