mavlink/mavros
MAVLink to ROS gateway with proxy for Ground Control Station observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 12.0
- age_days: 4645
- days_rel: 11
- days_push: 9
- n_releases_24m: 13
Adoption not part of the score
1215 stars · 1116 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MAVROS is a MAVLink-to-ROS 2 gateway that exposes flight controller data (PX4, ArduPilot) as standard ROS 2 topics, services, and parameters. It also proxies between a ground control station, the flight controller, and multiple ROS processes over a single link.
Use cases
- control a drone from ROS 2 without writing MAVLink code
- stream autopilot telemetry like IMU, GPS, and battery into ROS topics
- send arm, takeoff, land, and mode-change commands to a flight controller via ROS services
- upload waypoint missions and geofences to a UAV
- proxy MAVLink between a ground control station and multiple ROS nodes
- run software-in-the-loop drone simulations with PX4 or ArduPilot
When to choose
- you build drone/UAV software on ROS 2 and need to talk to PX4 or ArduPilot
- you want standard ROS sensor_msgs instead of raw MAVLink
- you need to route one MAVLink link to a GCS and several ROS processes
- you want a plugin architecture to add custom MAVLink message handling
When to avoid
- you are not using ROS or ROS 2 in your stack
- you need a lightweight MAVLink library without the ROS dependency
- your flight controller does not speak MAVLink
- you need ROS 1 support only (this targets ROS 2 Humble and newer)
Facets
library · maturity active
middleware sdk plugin-system networking robotics autonomous-vehicles developer-tools cpp cross-platform mavlink ros2 drone uav px4 ardupilot ground-control-station flight-controller telemetry sitl drones linux ros
1 source
- readme: https://github.com/mavlink/mavros · fetched 2026-08-28 · 93dc0df246a6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mavlink/mavros | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem