spaceplane/config.py

9 wiersze
443 B
Python
Czysty Zwykły widok Historia

2018-01-10 15:22:18 +00:00
PORT = '/dev/tty.usbmodem1' # whic port the pixhawk is on
BURN_PIN = 27 # pin with burn relay
2018-01-07 17:10:41 +00:00
BURN_ALTITUDE = 2 # altitude at which to burn
BURN_TIME_ABOVE = 20 # time above burn alt before ignite
TARGET_LAT = 42.345131 # desired landing latitude
TARGET_LON = -71.210126 # desired landing longitude
TARGET_ALT = 0 # meters above sea level
LOOP_DELAY = 0.5 # time in seconds to delay within loops