Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
6-BennyLi-9 committed Sep 14, 2024
1 parent ce055ec commit 5f07528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public abstract class AutonomousProgramTemplate extends LinearOpMode {

public void Init(Pose2d position){
robot=new Robot(hardwareMap, RunningState.Autonomous,telemetry);
drive=robot.InitMecanumDrive(position);
drive= (SimpleMecanumDrive) robot.InitMecanumDrive(position);
}

/**
Expand Down

0 comments on commit 5f07528

Please sign in to comment.