awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesFlight Simulation Environments

High-fidelity virtual environments for testing flight logic and mission parameters.

Distinct from Autonomous Flight Controllers: Distinct from Autonomous Flight Controllers: focuses on the simulation environment itself rather than the flight control software.

Explore 6 awesome GitHub repositories matching hardware & iot · Flight Simulation Environments. Refine with filters or upvote what's useful.

Awesome Flight Simulation Environments GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • px4/firmwarePX4 的头像

    PX4/Firmware

    11,967在 GitHub 上查看↗

    本项目是专为管理自主多旋翼飞行器、固定翼飞机和漫游车飞行动态与导航而设计的实时操作系统飞行控制自动驾驶软件。它作为一个多载具自动驾驶框架,支持各种飞行器配置,包括工业环境下的垂直起降平台。 该系统包含一个 MAVLink 通信栈,用于在无人载具和地面控制站之间交换遥测和命令数据。它还提供了一个软件在环(SITL)飞行模拟器,无需物理硬件即可在虚拟环境中测试自动驾驶逻辑和飞行行为。 该框架结合了硬件抽象层,将传感器、执行器和遥测无线电集成到飞行控制板中。它还涵盖了使用标准协议的无人载具通信,以及混合无人平台的飞行动态管理。

    Provides high-fidelity flight simulation environments to test and validate autopilot logic in a virtual setting.

    C++
    在 GitHub 上查看↗11,967
  • px4/px4-autopilotPX4 的头像

    PX4/PX4-Autopilot

    11,962在 GitHub 上查看↗

    PX4-Autopilot is a professional-grade flight control software stack designed for autonomous unmanned vehicles, including multicopters, fixed-wing aircraft, and vertical takeoff and landing platforms. It operates as a modular, real-time framework that decouples flight control logic from hardware drivers through a publish-subscribe middleware architecture. The system utilizes a deterministic microkernel runtime to execute time-critical flight control loops and sensor fusion tasks, ensuring stable navigation and vehicle operation. The platform distinguishes itself through a parameter-driven conf

    Allows testing of flight logic and mission parameters in a high-fidelity virtual environment before physical deployment.

    C++autonomousautopilotavoidance
    在 GitHub 上查看↗11,962
  • betaflight/betaflightbetaflight 的头像

    betaflight/betaflight

    11,136在 GitHub 上查看↗

    Betaflight 是一款开源飞控固件,旨在通过 PID 回路和电机控制来稳定飞行器并管理传感器数据。它作为一个多旋翼飞行栈,集成了底层驱动程序和控制算法,用于管理电子调速器(ESC)、无线电接收机和遥测硬件。 该系统专注于实时飞行稳定和遥测路由。它包括一个用于计算电机输出以保持飞行器稳定性的 PID 稳定系统,以及一个用于将实时信息路由到地面站和屏幕显示(OSD)的飞行遥测管理器。 该固件涵盖了广泛的操作功能,包括飞行性能调优、硬件外设配置和串行通信路由。它提供了监控和可观测性工具,如高频飞行数据记录和抬头显示(HUD)生成,以及用于在没有物理硬件的情况下验证固件行为的物理仿真功能。

    Provides virtual environments to test firmware behavior and flight dynamics before deployment to physical hardware.

    C
    在 GitHub 上查看↗11,136
  • flybywiresim/a32nxflybywiresim 的头像

    flybywiresim/a32nx

    5,374在 GitHub 上查看↗

    该项目是 Microsoft Flight Simulator 的开源飞机模拟,提供了商业客机的高保真再现。它由详细的飞行模型、交互式虚拟驾驶舱和模拟飞机系统组成,旨在复制现实世界客机的行为。 该模拟采用模块化航空电子架构和状态驱动的驾驶舱同步来管理飞行甲板仪表。它利用 WebAssembly 运行时实现高性能系统逻辑,并具有用于将模拟数据路由到外部硬件和第三方工具的数据桥接网络。 该项目涵盖了广泛的航空模拟领域,包括客机飞行动力学、现实世界飞行程序的复制以及自定义外部涂装的创建。它还包括用于飞行操作的教学资源和用于驾驶舱探索的交互式工具。 软件通过专门的插件管理系统进行维护,用于安装和更新模拟及其兼容扩展。

    Recreates flight dynamics and systems of wide-body and narrow-body airliners.

    TypeScript
    在 GitHub 上查看↗5,374
  • amov-lab/prometheusamov-lab 的头像

    amov-lab/Prometheus

    3,050在 GitHub 上查看↗

    Prometheus is an autonomous drone flight stack providing a software suite for navigation, target recognition, and flight control. It functions as a computer vision navigation engine and a precision autonomous landing controller, enabling unmanned aerial vehicles to operate without manual pilot input. The system distinguishes itself through multi-vehicle coordination and swarm synchronization, allowing aerial and ground vehicles to maintain formations and execute joint maneuvers via a shared communication framework. It further integrates a simulation environment for software-in-the-loop testin

    Implements a virtualization layer to test autonomous flight control logic in a simulated environment.

    C++controlgazebomavros
    在 GitHub 上查看↗3,050
  • ethz-asl/rotors_simulatorethz-asl 的头像

    ethz-asl/rotors_simulator

    1,483在 GitHub 上查看↗

    Rotors Simulator is a physics-based simulation framework designed for testing multirotor unmanned aerial vehicles and their control algorithms within a virtual environment. It models aerial vehicle movement, rotor thrust, and aerodynamic interactions by computing individual motor speeds directly to apply thrust and torque forces to rigid body dynamics. Aircraft kinematics, visual meshes, and sensor attachment points are described declaratively using unified robot description format files. The environment integrates dynamic models and aerodynamic forces through native runtime plugins while coo

    Simulates multicopter flight dynamics and aerodynamic interactions within a physics-based virtual environment.

    C++gazebomavquadcopter
    在 GitHub 上查看↗1,483
  1. Home
  2. Hardware & IoT
  3. Autonomous Flight Controllers
  4. Flight Simulation Environments

探索子标签

  • Airliner Flight DynamicsSimulation of movement, lift, and engine behavior specific to wide-body and narrow-body passenger jets. **Distinct from Flight Simulation Environments:** Specializes in the physics and dynamics of large commercial aircraft specifically.