This repository contains the code of team 41650A for the 2020-2021 VRC season.
The code used the code template from team 333A.
The relevant code in this repository is organized by two types of files: #includeed c++ header files (.hpp) in the "include" folder, and their corresponding c++ source files (.cpp) in the "src" folder. All of the files not in the "include" or "src" folders are only used for compiling/downloading the code to the robot.
The autonomous run begins on line 64 of Auton.cpp, found on page 37 of robot-code.pdf.
Dowload the files, then run prosv5 upload all with a v5 brain connected (you must have pros cli installed).
Crossed out files and directories were provided by pros.
display- gui
DisplayControl.hppodomDebug.hpp
- movement
- paths
ProfileStep.hppSimplePath.hppTrajectory.hpp
AsyncAction.hppDrivetrain.hpp
- paths
okapipros- stateMachines
BallControlStateMachine.hppDrivetrainStateMachine.hppVStateMachine.hpp
- util
CustomOdometry.hppdefinitions.hpputil.hpp
api.hAuton.hppmain.h
- gui
DisplayControl.cppodomDebug.cpp
- movement
- paths
ProfileStep.cppSimplePath.cppTrajectory.cpp
Drivetrain.cpp
- paths
- stateMachines
BallControlStateMachine.cppDrivetrainStateMachine.cpp
- util
CustomOdometry.cpputil.cpp
Auton.cppdefinitions.cppmain.cpp