Ambiguity in DCM to Quaternion conversion using the default Simulink library block
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am simulating a system where I need Direction Cosine Matrix to quaternion conversion. I use the default DCM to Quaternion conversion block available in simulink. However at some points of the simulation, the output quaternion components reverse sign.

Above is the simulated plot. The first plot is of the output quaternion. Second plot is of the Direction Cosine Matrix. As you see that even though the dcm components change smoothly, the quaternion changes sign abruptly.
Though this is mathematically correct I desire a smooth change. Any idea on how to avoid this and have a smooth curve for the quaternion?
0 Kommentare
Antworten (1)
James Tursa
am 9 Mai 2020
Quaternions used for rotations have an inherent sign ambiguity, as you seem to already know. That is, -q produces the same rotation as q. If you want a sequence of quaternions to have smooth transitions you will have to enforce that manually. I might suggest making sure that the largest magnitude element always maintains the same sign for successive quaternions with some post processing code.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Coordinate Transformations finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!