Package-level declarations
Types
Link copied to clipboard
This task is used as a wrapper for converting base RoadRunner Action implementations into conventional Task instances.
Link copied to clipboard
Two tasks that run based on a dynamically evaluated condition.
Link copied to clipboard
Represents a task that is constructed at runtime.
Link copied to clipboard
Dynamic builder pattern implementation for Task instances.
Link copied to clipboard
A task that will auto-reset and repeat itself after it is completed.
Link copied to clipboard
Select a task to run based on a hashmap of states and a supplier of states.
Link copied to clipboard
A task, or command is an action that can be performed by a robot. This has been designed to reflect closely the command-based programming style used in FRC, while still being reflective of the past nature of how the Task system was implemented in BunyipsLib.