Remove unneeded line of code

This commit is contained in:
Keenan D. Buckley
2020-02-13 00:35:49 -07:00
parent 294f58727d
commit 4ea924ebe6
@@ -168,8 +168,6 @@ public class RobotContainer {
*/
public Command getAutonomousCommand() {
var wheelSpeeds = new ChassisSpeeds();
// Create config for trajectory
TrajectoryConfig config = new TrajectoryConfig( DriveConstants.kMaxSpeedMetersPerSecond,
DriveConstants.kMaxAccelerationMetersPerSecondSquared)