LSRobotics / 2016Robot

2016 FRC Robot Code
GNU General Public License v3.0
3 stars 10 forks source link

Delay Measuring #27

Closed tylerliu closed 8 years ago

tylerliu commented 8 years ago

Delay Measuring

msbense commented 8 years ago

Thread.sleep(delay - delay)

I think thread.sleep is what caused the problem (issue #26)

thefangbear commented 8 years ago

@msbense Not really. The specific delay is still needed when Thread.sleep is deleted it's too slow and causes execution latency.

msbense commented 8 years ago

Yep I misunderstood, reopening