Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natewu/tippingpoint
Tipping Point VEX
https://github.com/natewu/tippingpoint
prosv5 vex-robotics vex-robotics-competition vex-v5
Last synced: 7 days ago
JSON representation
Tipping Point VEX
- Host: GitHub
- URL: https://github.com/natewu/tippingpoint
- Owner: natewu
- Created: 2022-01-28T02:42:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T04:23:54.000Z (over 2 years ago)
- Last Synced: 2023-09-04T20:44:14.841Z (about 1 year ago)
- Topics: prosv5, vex-robotics, vex-robotics-competition, vex-v5
- Language: C++
- Homepage:
- Size: 10.3 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2405T Tipping Point Code
## Introduction
- Tipping point is the 2021-2022 VEX Robotics Competition challenge.## Description
- The code is organized into the structure:
- ``2405T``
- ``system`` (Code for the robot system)
- ``utils`` (Utility functions)
- Global (Global variables/functions)
- Source and header files and structure are mirrored.
- Use the included ``build`` scripts to compile and upload the code.
- Windows use the ``build.bat`` script.
- Linux use the ``build.sh`` script.