FRCTeam3255 / Robot2022

Robot for 2022 Rapid React Competition Season
Other
0 stars 1 forks source link

matched preference and variable names #346

Closed IanSzalai closed 2 years ago

IanSzalai commented 2 years ago
public static final SN_DoublePreference turretSnapAwayIntake = new SN_DoublePreference("turretSnapToIntake", 90);
public static final SN_DoublePreference turretSnapToIntake = new SN_DoublePreference("turretSnapAwayIntake", -90);

In #345 in RobotPreferences.java lines 159 and 160 were changed to this. Can you spot the error?