Package frc.alotobots.util
Class NotificationPresets.Auto
java.lang.Object
frc.alotobots.util.NotificationPresets.Auto
- Enclosing class:
 - NotificationPresets
 
Contains notification methods related to autonomous mode operations.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidsendAutoPathChangeNotification(String pathName) Sends a notification when the autonomous path changes. 
- 
Constructor Details
- 
Auto
public Auto() 
 - 
 - 
Method Details
- 
sendAutoPathChangeNotification
Sends a notification when the autonomous path changes.- Parameters:
 pathName- The name of the new path being executed
 
 -