Removed "sim/" auto add feature

Removed “sim/“ auto add feature. There are some drefs (custom/art) that
do not start with “sim/“
This commit is contained in:
Chris Teubert
2015-04-03 10:47:55 -07:00
parent 3f0274a74c
commit 0c2e786890
9 changed files with 6 additions and 28 deletions

View File

@@ -45,7 +45,7 @@ sendDATA(data);
pause(10) % Run sim for 10 seconds
%% Use DREF to raise landing gear
disp('Raising gear');
gearDREF = 'cockpit/switches/gear_handle_status';
gearDREF = 'sim/cockpit/switches/gear_handle_status';
sendDREF(gearDREF, 0);
pause(10) % Run sim for 10 seconds
%% Confirm gear and paus status by reading DREFs