using a better magnetic vector

This commit is contained in:
Antoine Drouin
2010-03-15 15:44:41 +00:00
parent 4ad86bcc9a
commit d2800c0b3a
+3 -3
View File
@@ -202,9 +202,9 @@ static void init_ltp(void) {
fdm.ltp_g.y = 0.;
fdm.ltp_g.z = 9.81;
fdm.ltp_h.x = 1.;
fdm.ltp_h.y = 0.;
fdm.ltp_h.z = 1.;
fdm.ltp_h.x = 0.4912;
fdm.ltp_h.y = 0.1225;
fdm.ltp_h.z = 0.8624;
}