Commit 61990493 authored by Stephen Scott's avatar Stephen Scott
Browse files

Simulated adding an additional AHRS sensor

parent 4722e8be
Loading
Loading
Loading
Loading
+69 KiB

File added.

No diff preview for this file type.

+11 −0
Original line number Diff line number Diff line
# New Flight Control Computer

This directory includes all models and source code related to the new FCC decomposition.

Directory:

\references	Contains all of the data dictionaries, libraries, and referenced models for the FCC

FCC_Sys_New.slx	New model of the FCC system

init.m		MATLAB script to add \references to MATLAB path
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
addpath('references')
 No newline at end of file
Loading