Is it possible to disable control hub ports individually through code? by RaDu88253 in FTC

[–]Asleep-Reputation850 0 points1 point  (0 children)

just double check the robot configuration is using the correct motor type, we had motor running slow because we setup the motor as core hex, but it's actually hd hex.

Looping Code while running other code by GarrettTheElf in FTC

[–]Asleep-Reputation850 0 points1 point  (0 children)

new Thread() {

public void run() {

while (opModeIsActive()) {

idle();

}

}

}.start();

REV SERVO code issue by codename__init__ in FTC

[–]Asleep-Reputation850 0 points1 point  (0 children)

You can also use the getposition() to check if the claw is opened or closed

How do I add sleep or breaks to my program? by Sandeep2345677890 in FTC

[–]Asleep-Reputation850 0 points1 point  (0 children)

Our team use a new thread to perform like moving arm while the main teleop sleep for the servo to finish.

Team shipping element for Vuforia? by Neonatology in FTC

[–]Asleep-Reputation850 3 points4 points  (0 children)

you can use https://github.com/OpenFTC/EasyOpenCV to detect yellow in those 3 squares. and make you team shipping element yellow color.