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


Classes | |
| struct | Config |
| struct | SubsystemConfig |
Public Types | |
| using | RemoteState = tap::control::RemoteMapState |
Public Types inherited from fang::robot::BaseRobot | |
| using | Subsystems = std::vector< std::unique_ptr< tap::control::Subsystem > > |
| using | CommandPacks = std::vector< std::unique_ptr< command::CommandPack > > |
Public Member Functions | |
| PierceAutoTest (Drivers &drivers, const Config &config) | |
| void | update () |
| Not virtual so that it can be passed around in maker functions. | |
Public Member Functions inherited from fang::robot::BaseRobot | |
| BaseRobot (tap::control::CommandScheduler &commandScheduler, Subsystems &&subsystems, CommandPacks &&commandPacks) | |
| BaseRobot (BaseRobot &&baseRobot) | |
| virtual void | initialize () override |
Public Member Functions inherited from fang::robot::IRobot | |
| virtual | ~IRobot () |
Additional Inherited Members | |
Protected Member Functions inherited from fang::robot::BaseRobot | |
| void | registerSubsystems () |
| void | initializeSubsystems () |
| void | initializeCommandPacks () |
First Fang: Pierce The first robot in Fang Robotics est. 2025
|
inlinevirtual |
Not virtual so that it can be passed around in maker functions.
Reimplemented from fang::robot::BaseRobot.