![]() |
2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
|
#include <fstream>
#include <iostream>
#include "units/base.h"
#include "wpi/fs.h"
Go to the source code of this file.
Classes | |
class | HomingStorageInterface< T > |
Interface capable of saving and loading home positions from persistent storage. More... | |
class | FSHomingStorage< T > |
Saves and loads home positions from filesystem. More... | |