|
Re: Latency on Joysticks
What really helped us during our competition is cleaning up/reducing the code in the loop where we processed our controls ("telop periodic" for us). Specifically, we told our code to only output information back to the driver station every 25 loops. This solved a problem where our cRIO processing speed spiked up to 100%, causing robot lag and disconnections on the field.
|