Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 261 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 261 Bytes

Rpi-Pixhawk-GPS

This script is used to store GPS and other Data from Pixhawk to a CSV file in RPi via Mavlink

Use dronekit to conenct pixhawk and Rpi with -

vehicle= connect('udpin:127.0.0.1:14550', wait_ready=False) ; vehicle.wait_ready(True, timeout=300)