Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 582 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 582 Bytes

HUD

Heads-Up Display (HUD) is FRC team 8410's data management system that primarily integrates into the FRC Blue Alliance API https://www.thebluealliance.com/apidocs/v3.

Goals:

  • Automate the collection and distribution of data.
  • Facilitate scouting operations.

Setup

Create a read API key at https://www.thebluealliance.com/account

go get github.com/oysterriveroverdrive/hud/cmd/hud
export BLUE_ALLIANCE_AUTH_KEY=[YOUR KEY]
cd cmd/hud
go run . [TEAM NUMBER]

Use Case


hub.CompetitionWatcher(8410)
hub.WatchTeam(8410)
hub.TeamSummary(8410)