Skip to content
Snippets Groups Projects
Commit 50e9fad7 authored by Davis, Duane T's avatar Davis, Duane T
Browse files

LIB: Added enumerations to ap_enumerations.py for stores release functionality

parent 2dcc8c72
No related branches found
No related tags found
No related merge requests found
......@@ -342,6 +342,9 @@ HITS_TO_KILL = 1 # Number of "hits" required for an air-to-air shootdown
A2G_RANGE = 12.5 # Required distance from target for air-to-ground hit
A2G_ALT_RANGE = 25.0 # Maximum altitude over the target to count as a hit
STORES_RELEASE_CHANNEL = 6 # Autopilot output channel of the stores release servo
STORES_AVAILABLE = 2 # Number of expendable stores (ordnance) available
# Scoring parameters
A2A_SCORE = 3.2 # Points per air-to-air hit
A2G_SCORE = 1.0 # Points per live land at adversary goal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment