No description
Find a file
2024-04-06 10:42:24 +02:00
create_all_files.py he 2024-04-05 17:36:22 +02:00
encoder.java Update encoder.java 2024-03-16 11:51:33 +01:00
ftc2024-autonome.java helloworld 2024-03-08 15:26:48 +01:00
ftc2024-carlike.java helloworld 2024-04-01 16:20:16 +02:00
ftc2024-holonom.java Update ftc2024-holonom.java 2024-01-21 15:31:44 +01:00
ftc2024_auto_b2d.java he 2024-04-05 17:36:22 +02:00
ftc2024_auto_b2n.java he 2024-04-05 17:36:22 +02:00
ftc2024_auto_b4d.java he 2024-04-05 17:36:22 +02:00
ftc2024_auto_b4n.java he 2024-04-05 17:36:22 +02:00
ftc2024_auto_r2d.java he 2024-04-05 17:36:22 +02:00
ftc2024_auto_r2n.java he 2024-04-05 17:36:22 +02:00
ftc2024_auto_r4d.java he 2024-04-05 17:36:22 +02:00
ftc2024_auto_r4n.java he 2024-04-05 17:36:22 +02:00
ftc2024_autonome_api.java Change autonomousMode 2024-04-06 10:40:00 +02:00
FTC2024WeRobotControl.java h 2024-04-06 10:42:24 +02:00
ftc_new.java he 2024-04-06 09:51:34 +02:00
hello.1.java helloworld 2024-04-01 17:34:18 +02:00
hello.2.java helloworld 2024-04-01 17:34:18 +02:00
hello.3.java helloworld 2024-04-01 17:34:18 +02:00
hello.4.java h 2024-04-05 16:17:59 +02:00
hello.class helloworld 2024-04-01 15:56:33 +02:00
hello.java helloworld 2024-04-01 15:56:33 +02:00
IMU.java Create IMU.java 2024-02-25 16:03:04 +01:00
LICENSE helloworld 2024-03-08 15:26:48 +01:00
old_autonome.java hel 2024-03-08 14:34:31 +01:00
README.md test 2024-04-05 16:40:17 +02:00
test Update test 2024-03-10 16:43:01 +01:00
test.java hello 2024-03-20 15:32:58 +01:00
thanks.txt Thank you to repair my errors 2024-04-05 18:06:16 +02:00

The 2024 FIRST® Tech Challenge robot competition WeRobot code

Requirements

Work only with Rev Robotics Control Hub designed for FIRST® Tech Challenge competitions

How To use?

Download the code and use it...

How To Use the FTC2024WeRobotControl tool?

In your robot code import the class, then in the runOpMode function of your robot code create instance of the FTC2024WeRobotControl (e.g. FTC2024WeRobotControl robot = new FTC2024WeRobotControl()) then you can use this instance to move the robot.

E.G.

double speed_for_motors = 1.0;
double number_or_tiles = 3.0;
double angle_to_rotate = 50;  // in degrees
FTC2024WeRobotControl robot = new FTC2024WeRobotControl()
robot.forward(number_or_tiles, speed_for_motors);
robot.rotate(angle_to_rotate, speed_for_motors);

Read the FTC2024WeRobotControl.java file to get complete docs.

CarLike Controls:

monter élévateur: dpad_up baisser élévateur: dpad_down moissoneuse: b moissoneuse reverse: b + right_bumber déplacement: left_joystick

jkdssdhdssdf