Skip to content

Commit

Permalink
Get rid of reset pose in the DrivePathCommand constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
SirBeans committed Jul 19, 2024
1 parent c68ed22 commit 0efe0d2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class DrivePathCommand<T : Waypoint>
private constructor(
val drivetrain: Drivetrain,
private var trajectory: TrajectoryTypes,
val resetPose: Boolean = false,
val useLowerTolerance: Boolean = false,
val flipForAlliances: Boolean = true,
val endPathOnceAtReference: Boolean = true,
Expand Down Expand Up @@ -445,7 +444,6 @@ private constructor(
DrivePathCommand(
drivetrain,
trajectory,
resetPose,
useLowerTolerance,
flipForAlliances,
endPathOnceAtReference,
Expand All @@ -469,7 +467,6 @@ private constructor(
DrivePathCommand(
drivetrain,
trajectory,
resetPose,
useLowerTolerance,
flipForAlliances,
endPathOnceAtReference,
Expand Down

0 comments on commit 0efe0d2

Please sign in to comment.