-
Notifications
You must be signed in to change notification settings - Fork 0
New In 2018
User1391 edited this page Jan 11, 2018
·
4 revisions
Added new base class, TimedRobot. TimedRobot is similar to IterativeRobot but loops on a timer instead of syncing to the arrival of DS packets. This provides for more consistent timing of robot actions and controls, at the expense of potentially processing some inputs for multiple loops, or skipping some inputs (depending on loop time and jitter). Source