Team2122 / RoTator

The potato that spins
4 stars 0 forks source link

Commands running on the stepper #91

Open amikhalev opened 8 years ago

amikhalev commented 8 years ago

Commands should probably be running with the stepper, not in in the Robot periodic methods. It should run after sensor input/differentiators, but before controllers (so execution order of 100?). TeleopPeriodic is only called when data from the driver station is received. So any network issues affect it also. DriveTank and things that use joysticks would still have to be updated from there.