Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansen4857 committed Mar 6, 2024
1 parent d57602f commit 03bb931
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,8 @@ public PathPlannerPath flipPath() {

path.allPoints = pathPoints;
path.isChoreoPath = true;
path.choreoTrajectory = new PathPlannerTrajectory(mirroredStates, choreoTrajectory.getEventCommands());
path.choreoTrajectory =
new PathPlannerTrajectory(mirroredStates, choreoTrajectory.getEventCommands());

return path;
}
Expand Down

0 comments on commit 03bb931

Please sign in to comment.