Developmental Flight Test Instrumentation
|
./LICENSE.md ""
The VSCL Developmental Flight Test Instrumentation (DFTI) is an embedded software package that handles flight test data recording for Small UAS flight test. DFTI is a vehicle-agnostic package that can be easily attached to arbitrary SUAS, provided that the vehicle is large enough to carry the hardware.
This is Version 2 of DFTI, which replaces the Arduino-based Version 1 firmware. This latter version is kept in an archive branch arduino
.
DFTI is primarily developed for use with the BeagleBone Black single-board computer, but should work with any recent embedded Linux that supports interfacing over UART.
DFTI is designed to record vehicle states for parameter and system identification and does so via dedicated sensors to obtain air data, inertial measurements, and control deflections. The current supported sensors are:
(* RIO = Remote Input/Output module)
Code exists to interface with MAVLink-based autopilots, but it is not production-ready, and is still very much a work in progress.
DFTI is designed to be modular, so support for additional sensors may be added easily.
DFTI is placed under the ./LICENSE.md "BSDv2 license".