renamed some BOOZ2_AHRS_x messages to AHRS_x_INT and BOOZ2_RADIO_CONTROL to ROTORCRAFT_RADIO_CONTROL

This commit is contained in:
Felix Ruess
2011-12-11 14:43:36 +01:00
parent a8062b2340
commit e43777d40d
10 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ def init():
def run():
global VEHICLE_QUATS, BAR_VALUES
VEHICLE_QUATS = [ ["AHRS_REF_QUAT", 6, "Estimate", True], ["AHRS_REF_QUAT", 2, "Reference", True]]
BAR_VALUES = [ ["BOOZ2_RADIO_CONTROL", 5, "Throttle (%%) %i", 9600, 96 * 2, 100] ]
BAR_VALUES = [ ["ROTORCRAFT_RADIO_CONTROL", 5, "Throttle (%%) %i", 9600, 96 * 2, 100] ]
window_title = "Attitude_Viz"
try:
opts, args = getopt.getopt(sys.argv[1:], "t:", ["title"])