Robot code of VEX Robotics Team 687A: The Nerd Herd for the 2021-2022 Season
- PROS 3 for V5:
- OkapiLib
- LVGL
- C++/C#
To get a local copy up and running follow these simple example steps.
-
Working PROS >= 3.2.3 installation
- PROS CLI is working
-
OkapiLib
- Clone the repo
git clone https://github.com/687vex/687A-Robot-Code-2021-2022.git
- Update PROS CLI
- Update instructions can be found here
To get started, run the following commands in the root directory of the repo:
-
To build the code:
pros build
or
pros make
-
To upload the code to the V5 Brain:
pros upload
-
Steps 1-2 can also be simplified to:
pros mu
Contributions are always welcome! Please create a Pull Request and include a description of how your Pull Request will improve the overall robot code and what it does.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License. See LICENSE.txt
for more information.
Give this repo a ⭐️ if you found this project helpful!