intern-space-program / avionics

Avionics software to be developed and passed down over multiple tours.
http://internspaceprogram.com/
MIT License
9 stars 8 forks source link

change nav quaternion conventions to match IMU #36

Closed mdbernard closed 4 years ago

mdbernard commented 4 years ago

The nav code currently uses right transformational quaternions with Shuster's conventions. However, the BNO055 IMU uses right rotational quaternions with Hamilton's conventions. To ease development and testing, the nav code should be changed to match this convention.