Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 710 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 710 Bytes

replaceme

This is a starting repository template for Team 1403 robots.

  1. 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).

  2. Run ./setup_workspace.sh with the name of this robot.

    It will populate the java packages and "replaceme" strings with the desired name.

  3. Develop your robot code under the Robot/ directory.

  4. Remove these instructions from this README.md and write some description of what this project is for.

  5. Run git commit -a to commit this as your starting point.

  6. Get to work!