BCLab-UNM / SC2

Swarmathon Team Code for the NASA Space Challenge 2 Competition
MIT License
2 stars 0 forks source link

Replaced encoder yaw with imu yaw #139

Closed gmfricke closed 4 years ago

gmfricke commented 4 years ago

Improvement is significant enough in initial tests to make a PR. Using IMU theta instead of calculating theta from encoders seems to improve overall performance (2-3 m error after driving 30 m), to reduce y coordinate error which previously was large compared to x, and reduces the accumulation of error.