You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Calibrated acceleration along IMU x-, y-, and z-axis in \\ensuremath{\\frac{m}{s^2}}."
13
+
},
14
+
{
15
+
"fieldSize": "12",
16
+
"fieldOffset": "28",
17
+
"var": "gyro",
18
+
"format": "3f",
19
+
"fieldName": "Gyro",
20
+
"type": "3f",
21
+
"description": "Calibrated angular rate along IMU x-, y-, and z-axis in \\ensuremath{\\frac{\\textit{rad}}{s}}."
22
+
},
23
+
{
24
+
"fieldSize": "12",
25
+
"fieldOffset": "40",
26
+
"var": "rpy",
27
+
"format": "3f",
28
+
"fieldName": "RPY",
29
+
"type": "3f",
30
+
"description": "Roll, pitch and yaw in \\textit{rad}."
31
+
},
32
+
{
33
+
"fieldSize": "12",
34
+
"fieldOffset": "52",
35
+
"var": "vel",
36
+
"format": "3f",
37
+
"fieldName": "Vel",
38
+
"type": "3f",
39
+
"description": "Velocity along x-, y- and z-axis in \\ensuremath{\\frac{m}{s}}. The reference frame can be selected via the PARDAT\\_VEL parameter (ENU, NED, ECEF or body frame)."
40
+
},
41
+
{
42
+
"fieldSize": "16",
43
+
"fieldOffset": "64",
44
+
"var": "pos",
45
+
"format": "2d",
46
+
"fieldName": "Pos",
47
+
"type": "2d",
48
+
"description": "Longitude and latitude in \\textit{rad}. The selected values are masked in the DATSEL field."
49
+
},
50
+
{
51
+
"fieldSize": "4",
52
+
"fieldOffset": "80",
53
+
"var": "altitude",
54
+
"format": "f",
55
+
"fieldName": "Altidude",
56
+
"type": "f",
57
+
"description": "Altitude/Height in \\ensuremath{m}. The content (WGS or MSL or Baro based) can be selected via the PARDAT\\_POS parameter. The selected value is masked in the DATSEL field."
58
+
},
59
+
{
60
+
"fieldSize": "2",
61
+
"fieldOffset": "84",
62
+
"var": "undulation",
63
+
"format": "h",
64
+
"fieldName": "Undulation",
65
+
"type": "h",
66
+
"description": "Relationship between the geoid and the ellipsoid in \\ensuremath{cm}."
67
+
},
68
+
{
69
+
"fieldSize": "2",
70
+
"fieldOffset": "86",
71
+
"var": "data_selection",
72
+
"format": "H",
73
+
"fieldName": "Data_Selection",
74
+
"type": "H",
75
+
"description": "Data selection mask. This field contains the selected data sources for this mes- sage"
76
+
}
77
+
],
78
+
"name": "INSSOL",
79
+
"version": "0.0.0",
80
+
"synopsis": "Integrated navigation solution including IMU data in a selectable frame",
0 commit comments