mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
OP-1662 Attitude-Error message update
This commit is contained in:
parent
bc5fb14bc9
commit
08b66cb151
@ -7,7 +7,11 @@
|
||||
<body>
|
||||
<h1>Attitude: Error</h1>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
@ -5,9 +5,13 @@
|
||||
<style></style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Attitude : Erreur</h1>
|
||||
<h1>Attitude: Error</h1>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user