Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Our Robot Code for 2021 using multi-project gradle with WML, CJ-Vision & Wayfinder Libraries

License

Notifications You must be signed in to change notification settings

Rubeanie/2021-GameChangers

 
 

Repository files navigation

2021-Current

Our Robot Code for 2021 using multi-project gradle with WML, CJ-Vision & Wayfinder Libraries

Current build status:

Build Status

Installing Code

1. Download latest WPILib from releases [https://github.com/wpilibsuite/allwpilib/releases]

2. run git clone ${link} --recursive when cloning (clones code with submodules)

3. Build Code ./gradlew build Successful if installed correctly

  • On windows use gradlew build.
  • For linux and macOS you might need to run sudo chmod +x gradlew to be able to use the command

Developing

  • Code for robot goes in 4788/src/main

  • Code for coprocessor goes in Coproc/src/main

Documentation

@TODO (Put your docs/info on what your code does. e.g)

  • Drivebase
Uses XboxControllers on USB ports 0 and 1. Control Left and Right power via tankdrive with a maxspeed of 80% etc.... 

About

Our Robot Code for 2021 using multi-project gradle with WML, CJ-Vision & Wayfinder Libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%