add Task
Adds a task to the AutonomousBunyipsOpMode queue that will build and run the path when executed. This is similar to a deferred task but applies to the path construction.
Note! Unlike the other drive tasks, this task does not automatically attach itself to a BunyipsSubsystem on construction, and needs to be done manually via the onSubsystem
method.
Return
the task instance to allow for onSubsystem
chaining
Throws
if the task is added outside of an AutonomousBunyipsOpMode