static Trigger Teleop()
Returns a trigger that is true when the robot is enabled in teleop mode.
static Trigger Disabled()
Returns a trigger that is true when the robot is disabled.
static Trigger Autonomous()
Returns a trigger that is true when the robot is enabled in autonomous mode.
RobotModeTriggers()=delete
static Trigger Utility()
Returns a trigger that is true when the robot is enabled in utility mode.
This class provides an easy way to link commands to conditions.
Definition Trigger.hpp:31
Definition CommandNiDsStadiaController.hpp:15