SkillAgentSearch skills...

FMT Firmware

Firmament Autopilot Embedded System

Install / Use

npx skills add Firmament-Autopilot/FMT-Firmware

Installs into whichever agent you are using.

README

<p align="center"><img width="160" src="figures/logo.png" alt=FMT logo"></p> <p align="center"> <a href="/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-brightgreen" alt="GitHub license" /></a> <a href="https://github.com/Firmament-Autopilot/FMT-Firmware/actions/workflows/build.yml"><img src="https://img.shields.io/github/actions/workflow/status/Firmament-Autopilot/FMT-Firmware/build.yml" alt="build status"></a> <a href="https://github.com/Firmament-Autopilot/FMT-Firmware/releases"><img src="https://img.shields.io/github/v/release/Firmament-Autopilot/FMT-Firmware" alt="release version" /></a> </p>

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

S1 Flight Controller

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.

<img src="figures/fmt_struct.png" width="70%">

Hardware

Current supported hardware:

The drone hardware equipped with FMT:

License

Apache-2.0

Related Skills

View on GitHub
GitHub Stars724
CategoryDevelopment
Updated1d ago
Forks259

Languages

C

Security Score

100/100

Audited on Aug 7, 2026

No findings