Alec

Results 17 comments of Alec

SSID and Password reset happened to us a while ago. We just left it at factory default. I will change to non-factory values and monitor to see what particular action...

A `RUN_AT_CONSTANT_SPEED` run mode was requested a long long time ago. Also, a new SDK method was requested to set the desired speed of the motor, such as`DcMotor.setSpeed(int encoderTicksPerSecond)`. With...

It turns out that `master` branch is neither "master" nor "main". Everything in this repo is a slave (see #181).

After `IMU.initialize()`, for us it takes about **60 milliseconds** to get a non-zero Yaw sample. Here is the environment: ![1131](https://github.com/user-attachments/assets/64e8ba20-aaaf-4252-97b0-26a9a5e99440) Thank you @ftcteam8397 for reporting this behavior!!!

> I am not the OP, but my guess is have the students set the color scheme of the driver station based off of their alliance and then the robot...

> Out of curiosity what is the desired use case? I understand and appreciate the question. My thinking is we should let teams get creative with the feature.

With regards to the delay, are you using Iterative OpMode or Linear OpMode?

Iterative is a class that extends the OpMode class. Every other OpMode is the Linear type.

We use Android Studio thus we can't use REV Hardware Client to update the Robot Controller App. We update the Driver Station App by downloading the Driver Station APK from...