No description
  • C++ 73%
  • C 12.5%
  • CSS 5.9%
  • Shell 2.2%
  • PowerShell 2%
  • Other 4.4%
Find a file
DylanSward d907df8b24 Final Worlds Code
We lost in div semis
2026-04-27 21:38:42 -04:00
.github/workflows add github workflow 2024-12-01 11:39:47 -05:00
.vscode Final Worlds Code 2026-04-27 21:38:42 -04:00
core something 2026-04-12 14:05:09 -04:00
include Final Worlds Code 2026-04-27 21:38:42 -04:00
src Final Worlds Code 2026-04-27 21:38:42 -04:00
vendor copy over cmake and build scripts, fix intellisense 2025-07-08 15:46:14 -04:00
vex Intake S-Bot-like Behavior 2026-03-29 15:45:08 -04:00
.clang-format added clang format 2024-12-01 11:39:01 -05:00
.gitignore remove .cache 2025-11-13 11:43:35 -05:00
.gitmodules copy over cmake and build scripts, fix intellisense 2025-07-08 15:46:14 -04:00
build.bat it's making me commit again 2025-07-08 15:46:36 -04:00
build.ps1 update build script 2026-02-15 13:53:56 -05:00
build.sh add lidar and debug board and wifi jit 2026-02-11 23:35:45 -05:00
CMakeLists.txt it's making me commit again 2025-07-08 15:46:36 -04:00
makefile change makefiles to put things in the same places that cmake will 2025-07-08 14:09:22 -04:00
pullcore.sh file permissions 2025-08-28 13:43:20 -04:00
pushcore.sh file permissions 2025-08-28 13:43:20 -04:00
README.md Update README.md 2024-12-01 17:24:21 -05:00
VexV5Toolchain.cmake fix many warnings in core 2026-02-15 13:29:31 -05:00

Robot Template

A template for starting a new project using RIT-VEX-U's core library.

Includes:

  • Core library (as a subtree)
  • Eigen linear algebra library (as a submodule)
  • A github action to test compilation

Setup

  1. Fork the repository

image

  1. Clone the repository - git clone --recurse-submodules git@github.com:RIT-VEX-U/ForkTemplate.git
    • Alternatively, one can git clone git@github.com:RIT-VEX-U/ForkTemplate.git then execute git submodule init followed by git submodule update
  2. Open the repository in VSCode (or any other editor if you don't need the VSCode extension)

If you do not wish to contribute to core, you can also just download the zip. However, if you intend to commit upstream, inititializing with the above steps make it much easier.

Troubleshooting

If simply opening the folder in VSCode does not work, try navigating to the VEX extension panel and importing this folder