From c9d2b8be5bffff836347d961a6e4c61124ce7853 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 14 Sep 2009 18:03:20 +0000 Subject: [PATCH] Add an section to this file so that a saved "truth" file can be replayed back at a later time. --- Protocol/insgns-truth.xml | 96 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 91 insertions(+), 5 deletions(-) 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 + + + +