-
https://github.com/BotsBurgh/BOTSBURGH-FTC-2024-25/blob/3c25d0431afbbda730f909c94777b5301569c5f6/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/RobotConfig.kt#L68-L75
These coefficients are …
BD103 updated
1 month ago
-
Thanks for this nice program, it is very useful. I have a question about OpModes that contain gamepad1. When I place a java file containing gamepad1, it compiles in android studio, but EOCV-Sim (3.5.…
-
https://github.com/bravo-software/TheBakery/blob/ba33cb3e86a1eab52a6570d8be56ca7d8574a389/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Core/DriveTrain.java#L272
What is the definition of B…
-
### RR FTC Version
1.0
### Observed Behavior
Robot will drive and raise arm but will not run other commands in Sequential Action. We don't know if its the sequence or commands
### Tuning Files
p…
-
cannot resolve acmerobotics: import com.acmerobotics.dashboard.config.Config; fail
-
I'm trying to run a RR command in an OpMode by initializing it in init, and it keeps stalling in init and then says "Stuck in Stop." This only happens when I add multiple splines.
When I add the tr…
-
### RR FTC Version
0.5.6
### Observed Behavior
I'm trying to do autonomous with Trajectory Sequence, and I encountered an IndexOutOfBound error when run (not initialized) the opmode. At first, I th…
-
We have an opmode that reads two IR sensors. One IR sensor has its address changed to 0x42. The opmode worked fine, until we upgraded from 2.x to 3.1. Now both sensors report exactly the same value…
-
package org.firstinspires.ftc.teamcode;
import com.acmerobotics.roadrunner.drive.MecanumDrive;
import com.acmerobotics.roadrunner.geometry.Pose2d;
import com.acmerobotics.roadrunner.trajectory.Trajec…
-