This is a starting repository template for Team 1403 robots.
-
Follow the instructions in docs/setup_workspace.md to setup this workspace.
For the next step you will need a bash shell (e.g. git bash on windows, or any terminal on macos or linux).
-
Run ./setup_workspace.sh with the name of this robot.
It will populate the java packages and "replaceme" strings with the desired name.
-
Develop your robot code under the Robot/ directory.
-
Remove these instructions from this README.md and write some description of what this project is for.
-
Run
git commit -a
to commit this as your starting point. -
Get to work!