ftc-9773 / ftc_app_9773_velocity_vortex

Robocracy 9773's official code for the 2016-17 FTC Velocity Vortex challenge
1 stars 3 forks source link

Reduce the update frequency of Navx-micro #100

Open ram4robotics opened 7 years ago

ram4robotics commented 7 years ago

The purpose is to see if reducing the frequency results in lower standard deviation in the response time. If we can get the same accuracy with lower frequency, then we can reduce the overall USB traffic, and may even be able to put navx-micro on the same DIM as the other sensors.

The update frequecy is specific in the constructor when AHRS class is instantiated.