mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-07 22:54:14 +01:00
OP-1662 Attitude-Error message update
This commit is contained in:
parent
bc5fb14bc9
commit
08b66cb151
@ -7,7 +7,11 @@
|
|||||||
<body>
|
<body>
|
||||||
<h1>Attitude: Error</h1>
|
<h1>Attitude: Error</h1>
|
||||||
<p>
|
<p>
|
||||||
Failed to get an update from the accelerometer or gyros.
|
One of the following conditions may be present:
|
||||||
|
<ul>
|
||||||
|
<li>Failed to get an update from the accelerometer or gyros.</li>
|
||||||
|
<li>Attitude Extimation Algorithm set to "GPS Navigation (INS13)" and no Magnetometer : please set HomeLocation.</li>
|
||||||
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -5,9 +5,13 @@
|
|||||||
<style></style>
|
<style></style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Attitude : Erreur</h1>
|
<h1>Attitude: Error</h1>
|
||||||
<p>
|
<p>
|
||||||
Echec de la récupération d'une mise à jour des accéléromètres ou des gyros.
|
One of the following conditions may be present:
|
||||||
|
<ul>
|
||||||
|
<li>Failed to get an update from the accelerometer or gyros.</li>
|
||||||
|
<li>Attitude Extimation Algorithm set to "GPS Navigation (INS13)" and no Mag : Set HomeLocation.</li>
|
||||||
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user