Skip to content

Heads-Up Display (HUD) is FRC 8410's data management system that takes some of the work out of tracking what's going on in a competition or in the season.

License

Notifications You must be signed in to change notification settings

OysterRiverOverdrive/hud

Repository files navigation

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)

About

Heads-Up Display (HUD) is FRC 8410's data management system that takes some of the work out of tracking what's going on in a competition or in the season.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages