ART v1.0-alpha
A Robot Template that raises the floor for VRC teams
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  include
  ART
 ART.hA file containing includes to the entire ART library
 PID.hHeader containing a general use PID class
 SimpleMotor.hHeader containing a simple motor wrapper class
 SimpleMotorGroup.hHeader containing a simple motor_group wrapper class
 SmartDrive.hHeader containing the SmartDrive class
 TankDrive.hHeader containing the TankDrive class
 Units.hHeader containing several Unit classes
 Vec2.hHeader containing the 2d Vector class
 robotConfig.hHeader declaring robot-configuring objects like Motors and other Devices
 vex.hThe include file for the Vex Library
  src
  ART
 PID.cppSource containing a general use PID class
 SimpleMotor.cppSource containing a simple motor wrapper class
 SimpleMotorGroup.cppSource containing a simple motor-group wrapper class
 SmartDrive.cppSource containing the SmartDrive class
 TankDrive.cppSource containing the TankDrive class
 Units.cppSource containing several Unit classes
 Vec2.cppSource containing the 2d Vector class
 main.cppSource containing the main function and competition functions such as auton and usercontrol
 robotConfig.cppSource defining objects that configure the robot such as the Brain, Motors, and additional Devices