diff --git a/Protocol/playback.xml b/Protocol/playback.xml index d98f96278..ddf2cc34e 100644 --- a/Protocol/playback.xml +++ b/Protocol/playback.xml @@ -1,5 +1,12 @@ + + @@ -14,7 +21,7 @@ aileron float %f - /controls/flight/aileron + /controls/flight/aileron[0] @@ -55,22 +62,24 @@ flaps float + %f /controls/flight/flaps slats float + %f /controls/flight/slats speedbrake float + %f /controls/flight/speedbrake - throttle @@ -88,34 +97,40 @@ starter float + %f /controls/engines/engine[0]/starter starter float + %f /controls/engines/engine[1]/starter fuel-pump float + %f /controls/engines/engine[0]/fuel-pump fuel-pump float + %f /controls/engines/engine[1]/fuel-pump cutoff float + %f /controls/engines/engine[0]/cutoff cutoff cutoff float + %f /controls/engines/engine[1]/cutoff @@ -148,22 +163,26 @@ magnetos float + %f /controls/engines/engine[0]/magnetos magnetos float + %f /controls/engines/engine[1]/magnetos ignition float + %f /controls/engines/engine[0]/ignition ignition float + %f /controls/engines/engine[1]/ignition @@ -172,18 +191,21 @@ brake-left float + %f /controls/gear/brake-left brake-right float + %f /controls/gear/brake-right brake-parking float + %f /controls/gear/brake-parking @@ -197,9 +219,45 @@ gear-down float + %f /controls/gear/gear-down + + gear-position + float + %f + /gear/gear/position-norm + + + + gear-position + float + %f + /gear/gear[1]/position-norm + + + + gear-position + float + %f + /gear/gear[2]/position-norm + + + + gear-position + float + %f + /gear/gear[3]/position-norm + + + + gear-position + float + %f + /gear/gear[4]/position-norm + + engine-pump @@ -330,6 +388,153 @@ /orientation/side-slip-deg + + + airspeed-kt + float + %f + /velocities/airspeed-kt + + + + glideslope + float + %f + /velocities/glideslope + + + + mach + float + %f + /velocities/mach + + + + speed-down-fps + float + %f + /velocities/speed-down-fps + + + + speed-east-fps + float + %f + /velocities/speed-east-fps + + + + speed-north-fps + float + %f + /velocities/speed-north-fps + + + + uBody-fps + float + %f + /velocities/uBody-fps + + + + vBody-fps + float + %f + /velocities/vBody-fps + + + + wBody-fps + float + %f + /velocities/wBody-fps + + + + vertical-speed-fps + float + %f + /velocities/vertical-speed-fps + + + + + nlf + float + %f + /accelerations/nlf + + + ned-down-accel-fps_sec + float + %f + /accelerations/ned/down-accel-fps_sec + + + ned-east-accel-fps_sec + float + %f + /accelerations/ned/east-accel-fps_sec + + + ned-north-accel-fps_sec + float + %f + /accelerations/ned/north-accel-fps_sec + + + + pilot-x-accel-fps_sec + float + %f + /accelerations/pilot/x-accel-fps_sec + + + pilot-y-accel-fps_sec + float + %f + /accelerations/pilot/y-accel-fps_sec + + + pilot-z-accel-fps_sec + float + %f + /accelerations/pilot/z-accel-fps_sec + + + + + elevator-pos-norm + float + %f + /surface-positions/elevator-pos-norm[0] + + + flap-pos-norm + float + %f + /surface-positions/flap-pos-norm[0] + + + left-aileron-pos-norm + float + %f + /surface-positions/left-aileron-pos-norm[0] + + + right-aileron-pos-norm + float + %f + /surface-positions/right-aileron-pos-norm[0] + + + rudder-pos-norm + float + %f + /surface-positions/rudder-pos-norm[0] + @@ -514,6 +719,41 @@ /controls/gear/gear-down + + gear-position + float + %f + /gear/gear/position-norm + + + + gear-position + float + %f + /gear/gear[1]/position-norm + + + + gear-position + float + %f + /gear/gear[2]/position-norm + + + + gear-position + float + %f + /gear/gear[3]/position-norm + + + + gear-position + float + %f + /gear/gear[4]/position-norm + + engine-pump @@ -637,7 +877,132 @@ /orientation/side-slip-deg - + + + airspeed-kt + float + /velocities/airspeed-kt + + + + glideslope + float + /velocities/glideslope + + + + mach + float + /velocities/mach + + + + speed-down-fps + float + /velocities/speed-down-fps + + + + speed-east-fps + float + /velocities/speed-east-fps + + + + speed-north-fps + float + /velocities/speed-north-fps + + + + uBody-fps + float + /velocities/uBody-fps + + + + vBody-fps + float + /velocities/vBody-fps + + + + wBody-fps + float + /velocities/wBody-fps + + + + vertical-speed-fps + float + /velocities/vertical-speed-fps + + + + + nlf + float + /accelerations/nlf + + + ned-down-accel-fps_sec + float + /accelerations/ned/down-accel-fps_sec + + + ned-east-accel-fps_sec + float + /accelerations/ned/east-accel-fps_sec + + + ned-north-accel-fps_sec + float + /accelerations/ned/north-accel-fps_sec + + + + pilot-x-accel-fps_sec + float + /accelerations/pilot/x-accel-fps_sec + + + pilot-y-accel-fps_sec + float + /accelerations/pilot/y-accel-fps_sec + + + pilot-z-accel-fps_sec + float + /accelerations/pilot/z-accel-fps_sec + + + + + elevator-pos-norm + float + /surface-positions/elevator-pos-norm[0] + + + flap-pos-norm + float + /surface-positions/flap-pos-norm[0] + + + left-aileron-pos-norm + float + /surface-positions/left-aileron-pos-norm[0] + + + right-aileron-pos-norm + float + /surface-positions/right-aileron-pos-norm[0] + + + rudder-pos-norm + float + /surface-positions/rudder-pos-norm[0] + +