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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user