TheGreenMachine / Zodiac

2020-2021 FIRST Infinite Recharge Robot Code
3 stars 1 forks source link

Move pose update back to RobotStateEstimator #143

Closed richiksc closed 3 years ago

richiksc commented 3 years ago

When we integrated 1323's pose management algo, we moved it into Drivetrain creating many issues with resetting the pose and creating a cluttered Drive class. This PR moves it back into RobotStateEstimator and uses the InterpolatingTreeMaps. Both "tried and true" and alternate are there and the algorithms are the same. However, this code does NEED testing before merging.