STATUSTEXT parser 2025
Overview
Parse STATUSTEXT messages sent from the airside system and build a KML file using the received data.
Repository:
https://github.com/UWARG/statustext-parser-2025
Software
Setup
Follow the instructions to clone the repository and activate the environment: Autonomy Workflow Software
(Run the setup_project script)
Usage
Activate the virtual environment (venv) and run the code
python -m modules.recieve_statustext
Script should print “connected” showing that it has been sucessfully connected and is ready
May need to ctrl + f for Mavlink connection
Start a different script such as
test_communication_to_ground_station
integration test ormain_2025
from airside that sends statustext messagesAs statustext receives messages, a “decoded GPS data:” statement should pop up
When finished flying, a KML file will populate the logs directory, and can be inputted into Google Maps to analyze.