|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
#include <holonomic_subsystem.hpp>


Public Member Functions | |
| HolonomicSubsystem (Drivers &drivers) | |
| virtual void | initialize () override=0 |
| virtual | ~HolonomicSubsystem () |
Public Member Functions inherited from tap::control::Subsystem | |
| Subsystem (Drivers *drivers) | |
| virtual | ~Subsystem () |
| void | registerAndInitialize () |
| mockable void | setDefaultCommand (Command *defaultCommand) |
| mockable Command * | getDefaultCommand () const |
| virtual void | refresh () |
| virtual void | refreshSafeDisconnect () |
| mockable void | setTestCommand (Command *testCommand) |
| mockable Command * | getTestCommand () const |
| virtual const char * | getName () const |
| mockable int | getGlobalIdentifier () const |
Additional Inherited Members | |
Protected Attributes inherited from tap::control::Subsystem | |
| Drivers * | drivers |
|
inline |
|
inlinevirtual |
Called once when you add the Subsystem to the commandScheduler stored in the Drivers class.
Reimplemented from tap::control::Subsystem.
Implemented in fang::chassis::MecanumDrive, and fang::chassis::PierceMecanumDrive.