Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Sep 14, 2019. It is now read-only.
This repository was archived by the owner on Sep 14, 2019. It is now read-only.
There was an error while loading. Please reload this page.
getRate()is supposed to be degrees per second, we thought it was really radians per second, turns out it's neither. probably usegetRawGyroZ()instead. you could just change the variable names so they don't make it seem like the units are radians per second, since the code basically works usinggetRate(), but then if they release a fix to thegetRate()bug, we have to change the code.