11#ifndef AUTONOMY_GLOBALS_H
12#define AUTONOMY_GLOBALS_H
Defines the CameraHandler class.
Defines the driver for sending commands to the drive board on the Rover.
Defines the NavigationBoard class.
Defines the StateMachineHandler class.
Defines the TagDetectionHandler class.
Defines the WaypointHandler class.
The CameraHandler class is responsible for managing all of the camera feeds that Autonomy_Software us...
Definition CameraHandler.h:34
This class handles communication with the drive board on the rover by sending RoveComm packets over t...
Definition DriveBoard.h:34
This class handles communication with the navigation board on the rover by sending RoveComm packets o...
Definition NavigationBoard.h:33
The StateMachineHandler class serves as the main state machine for Autonomy Software....
Definition StateMachineHandler.h:46
The TagDetectionHandler class is responsible for managing all of the different detectors that Autonom...
Definition TagDetectionHandler.h:28
The WaypointHandler class is used throughout the entire project (mainly by the state machine) to glob...
Definition WaypointHandler.h:33
Namespace containing all global types/structs that will be used project wide and ARE NOT SPECIFIC TO ...
Definition AutonomyGlobals.cpp:22