Skip to content

Commit

Permalink
Fix more nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
SirBeans committed Jul 15, 2024
1 parent 5ef342a commit a462060
Show file tree
Hide file tree
Showing 2 changed files with 751 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package com.team4099.robot2023.auto.choreoStuff

import com.choreo.lib.Choreo;
import com.choreo.lib.ChoreoTrajectory;
import edu.wpi.first.math.proto.Trajectory
import org.team4099.lib.geometry.Pose2d
import java.util.function.Supplier

class Choreo1stgen {
var pose: Pose2d = Pose2d();

var trajectory: ChoreoTrajectory = Choreo.getTrajectory("Trajectory");

init {
trajectory.sample(1.
).
}


}
Loading

0 comments on commit a462060

Please sign in to comment.