awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
amov-lab avatar

amov-lab/Prometheus

0
View on GitHub↗
3,050 estrellas·457 forks·C++·apache-2.0·7 vistasgithub.com/amov-lab/Prometheus↗

Prometheus

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 testing, which validates flight logic and autonomous behaviors in a virtual setting before deployment to physical hardware.

The platform covers a broad range of robotics capabilities, including deep learning-based visual target tracking, depth-sensor spatial mapping for obstacle avoidance, and dynamic trajectory planning. It also implements closed-loop feedback control for precise alignment and descent during autonomous landing operations.

Features

  • Navigation Engines - A system that uses depth cameras and visual target recognition to plan obstacle-free paths in real time.
  • Autonomous Flight Controllers - Integrates flight control, trajectory planning, and target detection for fully autonomous drone operations.
  • Robotics & Drones - Integrating flight control, trajectory planning, and target detection to operate unmanned aerial vehicles without manual pilot input.
  • Computer Vision - Identifies specific objects, colors, and numbers using deep learning for real-time target recognition.
  • Deep Learning Pipelines - Implements a deep learning pipeline to process camera streams for real-time visual target tracking.
  • Visual Target Tracking - Uses deep learning and computer vision to identify and lock onto moving visual targets.
  • Flight Feedback Controllers - Adjusts vehicle alignment and descent speed in real time using sensor-based feedback.
  • Landing Controllers - Provides closed-loop control for precise autonomous landing and descent speed adjustment.
  • Autonomous Landing Systems - Provides automated descent and alignment controls for precise landing on static or moving platforms.
  • Path Planning Algorithms - Implements algorithms for calculating optimal flight paths through complex environments with obstacles.
  • Swarm Coordination - Synchronizes multiple robotic units to maintain formations and execute collective joint maneuvers.
  • Precision Landing Systems - Guiding a drone to descend and align itself accurately onto static or moving landing platforms using real-time sensor feedback.
  • Multi-Vehicle Fleet Coordinators - Synchronizes the movement of multiple drones to execute joint maneuvers and maintain formations.
  • 3D Spatial Mapping - Transforms depth sensor data into 3D spatial representations for autonomous obstacle avoidance.
  • Flight Logic Validations - Verify onboard software components by running them in a virtual environment to validate logic before deploying to physical hardware.
  • Flight Logic Simulators - Provides a software-in-the-loop simulation to validate flight logic before physical deployment.
  • Flight Simulation Environments - Implements a virtualization layer to test autonomous flight control logic in a simulated environment.
  • Spatial Mapping Systems - Generates 2D or 3D environmental representations using depth cameras for autonomous navigation.
  • Software-in-the-Loop Simulators - Testing flight logic and onboard software in a virtual environment to ensure safety before deploying to physical hardware.
  • Environmental Mapping Techniques - Creates 2D and 3D environmental occupancy maps using depth sensors for robotic spatial awareness.
  • Cross-Platform Message Buses - Uses a cross-platform communication layer to synchronize state and commands across different vehicle types.
  • Message Bus Interfaces - Standardizes inter-process communication and telemetry synchronization between aerial and ground vehicles.

Historial de estrellas

Gráfico del historial de estrellas de amov-lab/prometheusGráfico del historial de estrellas de amov-lab/prometheus

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Prometheus

Proyectos open-source similares, clasificados según cuántas características comparten con Prometheus.
  • px4/px4-autopilotAvatar de PX4

    PX4/PX4-Autopilot

    11,962Ver en 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

    C++autonomousautopilotavoidance
    Ver en GitHub↗11,962
  • px4/firmwareAvatar de PX4

    PX4/Firmware

    11,967Ver en GitHub↗

    This project is flight control autopilot software designed as a real-time operating system for managing the flight dynamics and navigation of autonomous multicopters, fixed-wing aircraft, and rovers. It serves as a multi-vehicle autopilot framework that supports various aircraft configurations, including vertical takeoff and landing platforms across industrial environments. The system includes a MAVLink communication stack for exchanging telemetry and command data between unmanned vehicles and ground control stations. It also provides a software-in-the-loop flight simulator to test autopilot

    C++
    Ver en GitHub↗11,967
  • betaflight/betaflightAvatar de betaflight

    betaflight/betaflight

    11,136Ver en GitHub↗

    Betaflight is open-source flight controller firmware designed to stabilize aircraft and manage sensor data through PID loops and motor control. It serves as a multirotor flight stack that integrates low-level drivers and control algorithms to manage electronic speed controllers, radio receivers, and telemetry hardware. The system focuses on real-time flight stabilization and telemetry routing. It includes a PID stabilization system to calculate motor outputs for aircraft stability and a flight telemetry manager to route real-time information to ground stations and on-screen displays. The fir

    C
    Ver en GitHub↗11,136
  • hybridgroup/gobotAvatar de hybridgroup

    hybridgroup/gobot

    9,425Ver en GitHub↗

    Gobot is a robotics framework for the Go programming language designed for developing robotics, drones, and IoT applications. It provides a hardware abstraction layer with standardized drivers to interact with GPIO, I2C, SPI, and PWM interfaces across various single-board computers and microcontrollers. The framework functions as an IoT device orchestrator and BLE device manager, enabling the coordination of multiple sensors, actuators, and Bluetooth Low Energy peripherals. It includes specialized interfaces for drone control, allowing for the management of flight maneuvers and video streams

    Goarduinobeaglebonebeaglebone-black
    Ver en GitHub↗9,425
Ver las 30 alternativas a Prometheus→

Preguntas frecuentes

¿Qué hace amov-lab/prometheus?

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.

¿Cuáles son las características principales de amov-lab/prometheus?

Las características principales de amov-lab/prometheus son: Navigation Engines, Autonomous Flight Controllers, Robotics & Drones, Computer Vision, Deep Learning Pipelines, Visual Target Tracking, Flight Feedback Controllers, Landing Controllers.

¿Qué alternativas de código abierto existen para amov-lab/prometheus?

Las alternativas de código abierto para amov-lab/prometheus incluyen: px4/px4-autopilot — PX4-Autopilot is a professional-grade flight control software stack designed for autonomous unmanned vehicles,… px4/firmware — This project is flight control autopilot software designed as a real-time operating system for managing the flight… betaflight/betaflight — Betaflight is open-source flight controller firmware designed to stabilize aircraft and manage sensor data through PID… hybridgroup/gobot — Gobot is a robotics framework for the Go programming language designed for developing robotics, drones, and IoT… ardupilot/ardupilot — ArduPilot is an autonomous vehicle autopilot software platform designed to manage navigation, stabilization, and… atsushisakai/pythonrobotics — PythonRobotics is a comprehensive collection of modular robotics algorithms and educational simulations designed for…