Fire a realtime score notification at teleop start for Stage 1 activation.

This commit is contained in:
Patrick Fairbank
2020-03-21 23:43:42 -07:00
parent 93cbce7aa1
commit 60ad05199a

View File

@@ -428,6 +428,9 @@ func (arena *Arena) Update() {
auto = false
enabled = true
sendDsPacket = true
// For 2020, the score calculation might change at this point without input due to Stage 1 activation.
arena.RealtimeScoreNotifier.Notify()
}
case TeleopPeriod:
auto = false