Helmerttransformation fürs erste fertig, bis GNSS-Daten vorliegen

This commit is contained in:
2025-12-09 18:17:28 +01:00
parent 220068e17a
commit fe85ec5fbc
2 changed files with 60 additions and 8 deletions

View File

@@ -1,9 +1,6 @@
import sympy as sp
i = 5
dX, dY, dZ, m, q0, q1, q2, q3 = sp.symbols('dX dY dZ m q0 q1 q2 q3')
f = sp.Matrix([dX + m * q0 + 1])
J = f.jacobian([dX, dY, q0])
print(J)
if i % 6 != 0:
print("nein")
else:
print("ja")