SubZero Common
Common library components for an FRC CommandRobot
|
Interface for classes that move towards a target while maintaining driver input. More...
#include <ITurnToTarget.h>
Public Member Functions | |
virtual frc::ChassisSpeeds | GetSpeedCorrection ()=0 |
virtual frc::ChassisSpeeds | BlendWithInput (const frc::ChassisSpeeds &other, double correctionFactor)=0 |
virtual bool | AtGoal ()=0 |
virtual void | Update ()=0 |
Interface for classes that move towards a target while maintaining driver input.
Definition at line 15 of file ITurnToTarget.h.
|
pure virtual |
Implemented in subzero::TurnToPose.
|
pure virtual |
Implemented in subzero::TurnToPose.
|
pure virtual |
Implemented in subzero::TurnToPose.
|
pure virtual |
Implemented in subzero::TurnToPose.