Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WRoverSoftware_26-27

Official Wisconsin Robotics software repository for the 2027 University Rover Challenge.

Requirements

  • All dependencies should be handled by the docker container. To see how to run this repo in the docker container, see the WRoverSoftware_Docker repo.

  • If you need to install python packages, you must add it to requirements.txt in the docker repo. Then you must rebuild the docker container and open a PR for the changes you made. This is also specified in the docker repo.

Setup

  • Make sure that you are running the docker container.

  • Inside the container, clone the repo into the workspace directory:

    git clone git@github.com:WisconsinRobotics/WRoverSoftware_26-27.git
  • Initialize pre-commit hooks:

    pre-commit install
  • To run pre-commit checks manually:

    pre-commit run -a

    We use pre-commit hooks to format code and check for syntax errors. They automatically run before every commit.

About

Official Wisconsin Robotics software repository for the 2027 University Rover Challenge.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors