frc-4931 / 2016-Robot

Code for the 2016 season for FRC Team 4931
MIT License
0 stars 12 forks source link

Higher level data structures for IMU output #57

Closed agausmann closed 8 years ago

agausmann commented 8 years ago

It would be useful to combine the X,Y,Z outputs of the IMU into a Vector3d so we can write methods to operate upon it as a triple. One example would be rotate(Quaternion) that transforms the vector using a quaternion rotation. Since I have previously written such code, I will copy/paste it in and modify the IMU/Locator code to use it.

agausmann commented 8 years ago

Pushed to #46.