Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
6-BennyLi-9 committed Sep 10, 2024
1 parent 52dd551 commit ca22f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import org.firstinspires.ftc.teamcode.Utils.Complex;

@LocalizationPlugin
@Deprecated
public class NewImuLocalizer implements PositionLocalizerPlugin {
public Sensors sensors;
public Complex error;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import org.firstinspires.ftc.teamcode.Utils.Clients.Client;
import org.firstinspires.ftc.teamcode.Utils.Enums.runningState;

@Deprecated
public class RoboticActions extends Robot{
public RoboticActions(HardwareMap hardwareMap, runningState state, Client client) {
super(hardwareMap, state, client);
Expand Down

0 comments on commit ca22f93

Please sign in to comment.