|
ART v1.0-alpha
A Robot Template that raises the floor for VRC teams
|
Header containing the SmartDrive class. More...
#include "ART/Vec2.h"#include "ART/PID.h"#include "ART/Units.h"#include "ART/TankDrive.h"#include <memory>#include <cmath>Go to the source code of this file.
Classes | |
| class | art::SmartDrive |
| A Smarter Drive Class. More... | |
| struct | art::SmartDrive::HorizontalTracker |
| A struct for tracking the robot's lateral displacement. More... | |
Namespaces | |
| namespace | art |
Header containing the SmartDrive class.
This is the header that needs to be included to use the SmartDrive class. The class aims to package more complex base controls, making it easier to write autos by providing consistant high-level controls for more complex tasks.
Definition in file SmartDrive.h.