feat:ftc2024-holonom.java

This commit is contained in:
GZod01 2024-01-07 17:43:49 +01:00
parent 619b2dbdbc
commit 0e41831598

View file

@ -30,7 +30,7 @@ public class Werobot_FTC2024 extends LinearOpMode {
private DcMotor brm;
private DcMotor blm;
private IMU imu;
public void helloexp(double t){
public double helloexp(double t){
return (Math.exp(5*t)-1)/(Math.exp(5)-1);
}
@Override