Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/master/Tools/autotest/models/xplane_heli.json
Views: 1799
# XPlane DREF map file for a simple plane1# assumes: Aileron, Elevator, Throttle, Rudder, flaps23{4"settings" : { "debug" : 0 },56"sim/operation/override/override_joystick" : { "type" : "fixed", "value" : 1 },7"sim/operation/override/override_flightcontrol" : { "type" : "fixed", "value" : 0 },8"sim/operation/override/override_throttles" : { "type" : "fixed", "value" : 1 },9"sim/operation/override/override_prop_pitch" : { "type" : "fixed", "value" : 0 },1011# throttle12"sim/cockpit2/engine/actuators/prop_ratio[0]" : { "type" : "range", "range" : 1, "channel" : 3 },13"laminar/r22/rotor_collective_ratio" : { "type" : "range", "range" : 1, "channel" : 3 },14"sim/cockpit2/engine/actuators/prop_ratio_all" : { "type" : "range", "range" : 1, "channel" : 3 },15"sim/flightmodel/engine/ENGN_thro_use[0]" : { "type" : "range", "range" : 1, "channel" : 8 },1617# control surfaces, using yoke positions not surface overrides18"sim/joystick/yoke_roll_ratio" : { "type" : "angle", "range" : 1, "channel" : 1 },19"sim/joystick/yoke_pitch_ratio" : { "type" : "angle", "range" : 1, "channel" : 2 },20"sim/joystick/yoke_heading_ratio" : { "type" : "angle", "range" : 1, "channel" : 4 },2122# joystick inputs23"axis6" : { "type" : "joyaxis", "channel" : 1, "input_min" : 0.2, "input_max" : 0.8 },24"axis5" : { "type" : "joyaxis", "channel" : 2, "input_min" : 0.2, "input_max" : 0.8 },25"axis4" : { "type" : "joyaxis", "channel" : 3, "input_min" : 0.8, "input_max" : 0.2 },26"axis2" : { "type" : "joyaxis", "channel" : 4, "input_min" : 0.2, "input_max" : 0.9 },27"axis3" : { "type" : "joyaxis", "channel" : 5, "input_min" : 0.2, "input_max" : 0.9 },28"button1" : { "channel" : 6, "mask" : 1 },29"button2" : { "channel" : 7, "mask" : 2 },30"button3" : { "type" : "joybutton", "channel" : 8, "mask" : 24 },31"button4" : { "type" : "joybutton", "channel" : 9, "mask" : 4 }32}333435