driver_ranking

package
v0.0.0-...-652a4c9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DEFAULT_SCRIPT_PATH = "org_frc971/scouting/DriverRank/src/DriverRank.jl"
)

Variables

This section is empty.

Functions

func GenerateFullDriverRanking

func GenerateFullDriverRanking(database Database, scriptPath string)

Runs the specified script on the DriverRankingData that the scouts collected and dumps the results in the ParsedDriverRankingData table. If the script is not specified (i.e. empty string) then the scouting/DriverRank/src/DriverRank.jl script is called instead.

Types

type Database

type Database interface {
	ReturnAllDriverRankings() ([]db.DriverRankingData, error)
	AddParsedDriverRanking(data db.ParsedDriverRankingData) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL