Update ftc2024_autonome_api.java

This commit is contained in:
GZod01 2024-03-10 15:48:14 +01:00 committed by GitHub
parent 7aa862406b
commit 5f51cd41a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ public class ftc2024_autonome_api extends LinearOpMode {
)
);
imu.resetYaw();
YawPitchRollAngle robotOrientation;
YawPitchRollAngle robotOrientation; // FTC2024WeRobotControl à besoin de robotOrientation comme variable de Parent (donc de cette classe actuelle), n'est il pas posible de définir robotOrientation dans la classe
FTC2024WeRobotControl robot = FTC2024WeRobotControl(this);
waitForStart();