SubZero Common
Common library components for an FRC CommandRobot
|
#include <frc/smartdashboard/SmartDashboard.h>
#include <rev/CANSparkBase.h>
#include <units/angle.h>
#include <units/angular_velocity.h>
#include <string>
#include "subzero/logging/ConsoleLogger.h"
#include "subzero/motor/PidMotorController.h"
Go to the source code of this file.
Classes | |
class | subzero::PidMotorControllerPair< TMotor, TController, TRelativeEncoder, TAbsoluteEncoder > |
Encapsulates a pair of motors that should be treated as a single unit. More... | |
class | subzero::PidMotorControllerPairTuner< TMotor, TController, TRelativeEncoder, TAbsoluteEncoder > |
Tunes a pair of motors concurrently through SmartDashboard. More... | |
Namespaces | |
namespace | subzero |