2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
|
This is the complete list of members for PlaceConeCommand, including all inherited members.
AutonomousCommand()=default | AutonomousCommand | |
End(bool interrupted) override | PlaceConeCommand | |
Execute() override | PlaceConeCommand | |
GetCommand() final | PlaceConeCommand | virtual |
GetName() const final | PlaceConeCommand | virtual |
GetShoulderAngle(const LifterSubsystem &lifter, const frc::Translation2d &pose) | PlaceConeCommand | inlineprivatestatic |
Initialize() override | PlaceConeCommand | |
IsFinished() override | PlaceConeCommand | |
m_allCommands | PlaceConeCommand | private |
m_bashGuard | PlaceConeCommand | private |
m_desiredArmPos | PlaceConeCommand | private |
m_intake | PlaceConeCommand | private |
m_lifter | PlaceConeCommand | private |
m_scoringPosition | PlaceConeCommand | private |
PlaceConeCommand(BashGuardSubsystem *bash, LifterSubsystem *lifter, IntakeSubsystem *intake, frc::Translation2d desiredArmPos, ScoringPosition scoringPos) | PlaceConeCommand |