#include <autonomous_L4_G.h>
- Copyright
- Copyright (c) Argos FRC Team 1756. Open Source Software; you can modify and/or share it under the terms of the license file in the root directory of this project.
◆ AutonomousL4G()
- Copyright
- Copyright (c) Argos FRC Team 1756. Open Source Software; you can modify and/or share it under the terms of the license file in the root directory of this project.
◆ End()
| void AutonomousL4G::End |
( |
bool | interrupted | ) |
|
|
override |
◆ Execute()
| void AutonomousL4G::Execute |
( |
| ) |
|
|
override |
◆ GetCommand()
| frc2::Command * AutonomousL4G::GetCommand |
( |
| ) |
|
|
finalvirtual |
Get the command to run when selected from dashboard.
- Returns
- frc2::Command* Command to run
Implements AutonomousCommand.
◆ GetName()
| std::string AutonomousL4G::GetName |
( |
| ) |
const |
|
finalvirtual |
Get the name of the command to display on the dashboard.
- Returns
- std::string Name to display
Implements AutonomousCommand.
◆ Initialize()
| void AutonomousL4G::Initialize |
( |
| ) |
|
|
override |
◆ IsFinished()
| bool AutonomousL4G::IsFinished |
( |
| ) |
|
|
override |
◆ m_allCommands
| frc2::SequentialCommandGroup AutonomousL4G::m_allCommands |
|
private |
◆ m_armPositionEventCallback
| std::function<void(ArmPosition)> AutonomousL4G::m_armPositionEventCallback |
|
private |
◆ m_Elevator
◆ m_Intake
◆ m_Swerve
◆ m_Vision
The documentation for this class was generated from the following files: