blair-robot-project / Bunnybots2022

Code for bunnybots.

Home Page:https://blair-robot-project.github.io/framework2022/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

framework2022

Framework rewrite after 2022 season


Workflows

There are currently three workflows, run-tests.yml to run tests, ktlint.yml to check formatting, and gen-docs.yml to generate documentation. Here is how gen-docs.yml works:

  • It's triggered whenever you push to main
  • It runs ./gradlew dokkaHtml to generate HTML from all our doc comments
  • The generated HTML is uploaded and deployed to GitHub Pages
  • The documentation is then accessible at https://blair-robot-project.github.io/framework2022/.

About

Code for bunnybots.

https://blair-robot-project.github.io/framework2022/

License:Other


Languages

Language:Kotlin 93.4%Language:Java 6.4%Language:Shell 0.2%