Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 625 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 625 Bytes

AutonomousGrainCart

Software for interacting with an autonomous tractor that has been setup with Pixhawk hardware.

Run this code like you would start any other python file.

This script currently uses version 2 of DroneKit below is a link to the documentation.

Drone Kit

Installation instruction for OSX

Install GPSd

brew install gpsd

Install the necessary dependencies for Pygame

brew install mercurial python sdl sdl_image sdl_mixer sdl_ttf smpeg portmidi

Install DroneKit 2 (Mac and Linux)

sudo pip install dronekit