Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

MARGGPSFuserBase.m, Quaternion, Matlab, Demo

1 Ansicht (letzte 30 Tage)
Roman
Roman am 14 Okt. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hallo Community,
warum verwendet Matlab R2019b in seiner MARGGPSFuserBase.m in der Berechnung der Jacobi-Matrix die Umrechnung von Winkeln zu Quaternionen nicht nach der Standardformel:
q = (cos(1/2*winkel),n1*sin(1/2*winkel),n2*sin(1/2*winkel),n3*sin(1/2*winkel))
https://de.mathworks.com/help/fusion/examples/imu-and-gps-fusion-for-inertial-navigation.html
Danke, Roman Föll
Hello Community,
why does Matlab R2019b in its MARGGPSFuserBase.m in the calculation of the Jacobi matrix not use the conversion from angles to quaternions according to the standard formula:
q = (cos (1/2 * angle), n1 * sin (1/2 * angle), n2 * sin (1/2 * angle), n3 * sin (1/2 * angle))
https://de.mathworks.com/help/fusion/examples/imu-and-gps-fusion-for-inertial-navigation.html
Thank you, Roman Föll

Antworten (0)

Diese Frage ist geschlossen.

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!