7#include <frc/geometry/Pose2d.h>
8#include <frc2/command/CommandBase.h>
9#include <frc2/command/CommandHelper.h>
21 void End(
bool interrupted)
override;
Definition initialize_odometry_command.h:13
void Execute() override
Definition initialize_odometry_command.cpp:18
frc::Pose2d m_initialPose
Definition initialize_odometry_command.h:27
void End(bool interrupted) override
Definition initialize_odometry_command.cpp:21
void Initialize() override
Definition initialize_odometry_command.cpp:13
bool IsFinished() override
Definition initialize_odometry_command.cpp:24
SwerveDriveSubsystem * m_pDrive
Definition initialize_odometry_command.h:26
Subsystem for controlling the swerve drivetrain of the robot.
Definition swerve_drive_subsystem.h:56