1
0
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:
Laurent Lalanne 2014-12-28 23:21:21 +01:00
parent bc5fb14bc9
commit 08b66cb151
2 changed files with 12 additions and 4 deletions

View File

@ -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>

View File

@ -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>