SoonerRobotics / robomagellan-2019

Sooner Competitive Robotics code base for the 2019 Robogames RoboMagellan competition
http://ou.edu/scr/
4 stars 0 forks source link

IMU-GPS Sensor Fusion #5

Closed jkleiber closed 5 years ago

laelliott commented 5 years ago

So I didn't follow exactly what you wanted done here. But from researching sensor fusion I think a Kalman Filter is the best option (https://www.bzarg.com/p/how-a-kalman-filter-works-in-pictures/). The math for something like this was decently complicated so I want to make sure you're onboard. Without using a filter I'm not sure exactly what you want done

jkleiber commented 5 years ago

Just for history's sake: We should definitely use a Kalman filter. A matrix library for arduino was discussed, so we need to all know where that is so we can add it as a dependency for the project.

jkleiber commented 5 years ago

Closing this issue as it is a duplicate of #26