Skip to content

New In 2018

User1391 edited this page Jan 11, 2018 · 4 revisions

TimedRobot

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

Wikipedia Description

Clone this wiki locally