blair-robot-project / robot2023

Source code for Voyager

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Charged Up

Our robot for Voyager


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/robot2023/.

About

Source code for Voyager

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

License:MIT License


Languages

Language:Kotlin 97.0%Language:Java 2.9%Language:Shell 0.1%