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.
Fix FindTurnTimeConstant rotational velocity units #99
Open
Description
getRate()
is supposed to be degrees per second, we thought it was really radians per second, turns out it's neither. probably use getRawGyroZ()
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 using getRate()
, but then if they release a fix to the getRate()
bug, we have to change the code.
Metadata
Metadata
Assignees
Labels
No labels