Skip to content

Instantly share code, notes, and snippets.

View martinbeentjes's full-sized avatar

Martin Beentjes martinbeentjes

View GitHub Profile
@martinbeentjes
martinbeentjes / override_rc.py
Created October 13, 2015 09:17 — forked from vo/override_rc.py
Quick hack to override RC over MAVLink with arrow keys
#!/usr/bin/env python
import sys, os
from optparse import OptionParser
import Tkinter as tk
# tell python where to find mavlink so we can import it
sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)), '../mavlink'))
from pymavlink import mavutil