helloworld XD (when someone who is not Zelina make a commit...)
This commit is contained in:
parent
95cb879f7b
commit
eff1e655fe
4 changed files with 125 additions and 107 deletions
|
@ -1,7 +1,18 @@
|
|||
package org.firstinspires.ftc.teamcode;
|
||||
import org.firstinspires.ftc.teamcode.Ftc2024_autonome_api;
|
||||
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
|
||||
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
|
||||
|
||||
package org.firstinspires.ftc.teamcode;
|
||||
import org.firstinspires.ftc.teamcode.Ftc2024_autonome_api;
|
||||
public class ftc2024_auto_r2d extends Ftc2024_autonome_api{
|
||||
public AutoMode autonomous_mode = AutoMode.R2D;
|
||||
}
|
||||
@Autonomous
|
||||
public class ftc2024_auto_r2d extends LinearOpMode{
|
||||
//hi
|
||||
public Ftc2024_autonome_api.AutoMode autonomous_mode = Ftc2024_autonome_api.AutoMode.R2D;
|
||||
|
||||
@Override
|
||||
public void runOpMode() {
|
||||
Ftc2024_autonome_api a = new Ftc2024_autonome_api();
|
||||
a.hardwareMap = this.hardwareMap;
|
||||
a.runOpMode();
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue