Added Error Message

Added surprise error message for pigeon on smart dashboard.
This commit is contained in:
aarav18
2020-01-11 10:46:57 -07:00
parent 40f72df6e4
commit 5ac1e281d7
@@ -68,8 +68,7 @@ public class Drive extends SubsystemBase {
SmartDashboard.putNumber("Pigeon Pitch", getGyroPitch());
SmartDashboard.putNumber("Pigeon Roll", getGyroRoll());
} catch (Exception e) {
//TODO: handle exception
System.err.println();
System.err.println("The operation failed successfully.");
}
}