Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
/ greymin Public archive

Minimalist Adaptive Ranking System (scouting based) for the FIRST Robotics Competition

License

Notifications You must be signed in to change notification settings

Team973/greymin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

greymin

Statistical and parsing for the greymin ranking system

  • Will mostly include functions required to run the ranking system as well as a test case for implicit ranking based on data collected from Madtown Throwdown 2016.

  • Designed to be implemented by a web application built on go.

  • Packages include parser, ranking, statistics, teamstore

  • For more in-depth implementation information, refer to the godocs

To use or update the following packages:

$ go get -u github.com/Team973/greymin/...

To run the demo based on data from Madtown Throwdown 2016:

$ git clone https://github.com/Team973/greymin.git
$ go run demo.go

To test the functionality of the packages:

$ cd $GOPATH/src/github.com/Team973/greymin
$ go get -t -u ./...
$ go test ./...

If you've done the above once, feel free to just run:

$ go test ./...

Developed by Ron Bhattacharyay under the MIT License.

About

Minimalist Adaptive Ranking System (scouting based) for the FIRST Robotics Competition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published