Esse commit está contido em:
Mani Monajjemi
2012-05-15 15:12:43 -07:00
commit 74084a5bb3
566 arquivos alterados com 70378 adições e 0 exclusões
+29
Ver Arquivo
@@ -0,0 +1,29 @@
Header header
# 0 means no battery, 100 means full battery
float32 batteryPercent
# left/right tilt in degrees (rotation about the X axis)
float32 rotX
# forward/backward tilt in degrees (rotation about the Y axis)
float32 rotY
# orientation in degrees (rotation about the Z axis)
float32 rotZ
# estimated altitude (cm)
int32 altd
# linear velocity (mm/sec)
float32 vx
# linear velocity (mm/sec)
float32 vy
# linear velocity (mm/sec)
float32 vz
#time stamp
float32 tm