687vex / 687A-Robot-Code-2021-2022

Robot code of VEX Robotics Team 687A for the 2021-2022 Season

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License

CAMS VEX 687A Robot Code 2021-2022

Robot code of VEX Robotics Team 687A: The Nerd Herd for the 2021-2022 Season

Built With

  • PROS 3 for V5:
    • OkapiLib
    • LVGL
  • C++/C#

How to Use 687A-Robot-Code-2021-2022

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Working PROS >= 3.2.3 installation

  • OkapiLib

Installation

  1. Clone the repo
    git clone https://github.com/687vex/687A-Robot-Code-2021-2022.git
  2. Update PROS CLI
    • Update instructions can be found here

Usage

To get started, run the following commands in the root directory of the repo:

  1. To build the code:

    pros build

    or

    pros make
  2. To upload the code to the V5 Brain:

    pros upload
  3. Steps 1-2 can also be simplified to:

    pros mu

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License. See LICENSE.txt for more information.

Support Us!

Give this repo a ⭐️ if you found this project helpful!

Acknowledgments

About

Robot code of VEX Robotics Team 687A for the 2021-2022 Season

License:MIT License


Languages

Language:C++ 64.1%Language:C 34.6%Language:Makefile 1.2%