RoboticsTeam4904 / standard

Command Based Git Submodule
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Fix NavX Rate for PID #172

Closed ajnadel closed 7 years ago

ajnadel commented 7 years ago

We currently have code that will stop the NavX from returning extraneous values. This fixes a potential bug and differentiates this logic between the get() and getRate() methods.

carturn commented 7 years ago

I am generally concerned about runtime exceptions, but this is better than the previous runtime exceptions.