Definition: RobotProfile.hpp:31
static int actionFunctionPeriod
Rate to run action periodic functions at (ms)
Definition: RobotProfile.hpp:43
static int maxGamepadDataAge
Maximum age gamepad data can be before it is considered invalid (ms)
Definition: RobotProfile.hpp:40
static int mainSchedulerThreads
Number of threads to use on the main scheduler.
Definition: RobotProfile.hpp:34
static std::string ioProvider
Name of the IO provider to use (empty string for default)
Definition: RobotProfile.hpp:49
static int periodicFunctionRate
Rate to run robot periodic functions at (ms)
Definition: RobotProfile.hpp:37
static int deviceWatchdogDur
Period at which devices are disabled by BaseRobot watchdog if not fed (ms)
Definition: RobotProfile.hpp:46
Definition: ArduinoDevice.hpp:27