Firmament-Autopilot / FMT-Firmware

Firmament Autopilot Embedded System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FMT

GitHub license build status release version

Overview

Firmament (FMT) is an advanced autopilot system which is designed with Model-based design (MBD). It can be used to quickly and easily build the control system for autonomous vehicle, such as uav, car, ship, robot, etc.

The system is mainly composed of two parts.

  • FMT-Firmware: A stable and high performance embedded system designed with C/C++.
  • FMT-Model: A simulation framework with algorithm libraries designed with MATLAB/Simulink.

Documentation

User Guide

Download

git clone https://github.com/Firmament-Autopilot/FMT-Firmware.git --recursive --shallow-submodules

Note that FMT-Firmware contains submodules, use --recursive to download submodule as well.

Feature

  • High development efficency achieved with model-based deisign and debug easier.
  • A stable and high performance embedded system designed with C/C++.
  • A powerful simulation framework with various algorithm library designed with MATLAB/Simulink.
  • Auto code generation from Simulink model adapted to different hardware platforms (ARM, AMD, Intel, etc).
  • Excellent real-time performance based on RT-Thread RTOS with active community and large number of third-party components.
  • Support with most widely used open-source hardware Pixhawk (Both FMUv2 and FMUv5 are supported).
  • Cross-platform toolchain support with Windows/Linux/Mac.
  • Support with Mavlink and QGroundcontrol.

Architecture

FMT Firmware's architecture is shown in the figure below.

Hardware

Current supported hardware:

The drone hardware equipped with FMT:

License

Apache-2.0

About

Firmament Autopilot Embedded System

License:Apache License 2.0


Languages

Language:C 95.2%Language:Assembly 2.6%Language:Python 0.7%Language:C++ 0.7%Language:HTML 0.4%Language:Shell 0.3%Language:Makefile 0.1%Language:CMake 0.1%Language:M4 0.0%Language:Yacc 0.0%Language:Lex 0.0%Language:Dockerfile 0.0%Language:Batchfile 0.0%