diff --git a/Protocol/insgns-truth.xml b/Protocol/insgns-truth.xml index c26605d38..06b5287c0 100644 --- a/Protocol/insgns-truth.xml +++ b/Protocol/insgns-truth.xml @@ -19,23 +19,23 @@ latitude (rad) - float - %.10f + double + %.12f /position/latitude-deg 0.01745329251994329576 longitude (rad) - float - %.10f + double + %.12f /position/longitude-deg 0.01745329251994329576 negative altitiude (m) - float + double %.3f /position/altitude-ft -0.3048 @@ -91,6 +91,92 @@ + + newline + tab + + + time (sec) + double + %.4f + /sim/time/srcfile-time-stamp-sec + + + + latitude (rad) + double + %.12f + /position/latitude-deg + 57.29577951308232090712 + + + + longitude (rad) + double + %.12f + /position/longitude-deg + 57.29577951308232090712 + + + + negative altitiude (m) + double + %.3f + /position/altitude-ft + -3.2808 + 100 + + + + Velocity North ("vn" mps) + float + %.8f + /velocities/speed-north-fps + 3.2808 + + + + Velocity East ("ve" mps) + float + %.8f + /velocities/speed-east-fps + 3.2808 + + + + Velocity Down ("vd" mps) + float + %.8f + /velocities/speed-down-fps + 3.2808 + + + + yaw angle + float + %.5f + /orientation/heading-deg + 57.29577951308232090712 + + + + pitch angle (rad) + float + %.5f + /orientation/pitch-deg + 57.29577951308232090712 + + + + roll angle + float + %.5f + /orientation/roll-deg + 57.29577951308232090712 + + + +