Gets the name of the auton.
The name of the auton.
Auton skillsAuton = "Skills" + [](){ //Auton code here }; void autonomous(){ std::cout << skillsAuton.getName() << std::endl; //Prints "Skills" }