WCR-FRC-2016 / 2017rep

1 stars 0 forks source link

Taylor Series Expansion of x^y in Joystick Parsing #20

Open alifaraji03 opened 7 years ago

alifaraji03 commented 7 years ago

To increase throughput in the drive loop, use a Taylor series expansion of x^y. May also require Taylor series expansion of ln(n). Probably only need up to n=2.

haywoodsloan commented 7 years ago

Investigated using Taylor Series for ln(x) found ours to be slower :(... Changed safety timeout to 0.5 seconds instead. Those poor children.