ART v1.0-alpha
A Robot Template that raises the floor for VRC teams
Loading...
Searching...
No Matches
ART.h
Go to the documentation of this file.
1
15#pragma once
16
17#include "ART/SimpleMotor.h"
19#include "ART/PID.h"
20#include "ART/Units.h"
21#include "ART/Vec2.h"
22#include "ART/TankDrive.h"
23#include "ART/SmartDrive.h"
Header containing a general use PID class.
Header containing a simple motor wrapper class.
Header containing a simple motor_group wrapper class.
Header containing the SmartDrive class.
Header containing the TankDrive class.
Header containing several Unit classes.
Header containing the 2d Vector class.