#include <autonomous_L1L4_EDC.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.
◆ AutonomousL1L4EDC()
- 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.
- Note
- Splits 2 and 5 are follow through so the robot doesn't stop when transitioning to vision alignment
◆ End()
| void AutonomousL1L4EDC::End |
( |
bool | interrupted | ) |
|
|
override |
◆ Execute()
| void AutonomousL1L4EDC::Execute |
( |
| ) |
|
|
override |
◆ GetCommand()
| frc2::Command * AutonomousL1L4EDC::GetCommand |
( |
| ) |
|
|
finalvirtual |
Get the command to run when selected from dashboard.
- Returns
- frc2::Command* Command to run
Implements AutonomousCommand.
◆ GetName()
| std::string AutonomousL1L4EDC::GetName |
( |
| ) |
const |
|
finalvirtual |
Get the name of the command to display on the dashboard.
- Returns
- std::string Name to display
Implements AutonomousCommand.
◆ Initialize()
| void AutonomousL1L4EDC::Initialize |
( |
| ) |
|
|
override |
◆ IsFinished()
| bool AutonomousL1L4EDC::IsFinished |
( |
| ) |
|
|
override |
◆ m_allCommands
| frc2::SequentialCommandGroup AutonomousL1L4EDC::m_allCommands |
|
private |
◆ m_armPositionEventCallback
| std::function<void(ArmPosition)> AutonomousL1L4EDC::m_armPositionEventCallback |
|
private |
◆ m_Elevator
◆ m_Intake
◆ m_Swerve
◆ m_Vision
The documentation for this class was generated from the following files: