consider-it / MAVLink-GNSS_Status_Print

Display GPS_STATUS from a MAVLink message stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAVLink GPS_STATUS Analyzer/ Live Display

This small script connects to a mavlink stream and displays the GPS_STATUS messages for each connected system.

Installation

Clone this repository and install the python dependencies with pip3 install -r requirements.txt.

Usage

PyMavlink supports many different types of connections, e.g.:

## For mavlink-router "normal" mode UDP endpoint
./mavlink_gnss_status.py -d udpin:$ip:$port

## For mavlink-router "eavesdropping" mode UDP endpoint
./mavlink_gnss_status.py -d udpout:$ip:$port

## For mavlink-router's TCP server (currently bug prone!)
./mavlink_gnss_status.py -d tcp:$ip:$port

Notes:

About

Display GPS_STATUS from a MAVLink message stream

License:MIT License


Languages

Language:Python 100.0%