Oscar Chevalier

Results 7 comments of Oscar Chevalier

as far as I'm aware, DcMotorEx.setVelocity() exits, which does what you say

I'll add that [cookbook has an article](https://cookbook.dairy.foundation/gradle/downgrading_gradle_jdk/downgrading_gradle_jdk.html) on the same topic I didn't know about the classic UI plugin though, so I'll be glad to get back to the old...

This is not an event that should occur on USB disconnect, regardless of reason.

FTC's hardware map serves to map names (Strings) to hardware objects for team code. In FTC you tell the robot which devices you have in which ports, and give them...

Having just encountered this issue myself, the solution is to move `/home/USER/.local/share/Steam/steam.sh` to `/home/USER/.local/share/Steam/SteamLibrary/steam.sh`. As r2mm looks for the `steamapps` directory in the same directory as the shell script.

I generally find the idea of a robot class an antipattern in combination with an opmode, when an opmode should describe the linking and binding of subsystems and commands. At...

> I'm gonna be honest, I use dokka a decent amount and I have basically _never_ seen an `*-dokka.jar` archive..? > > Are those files actually used in practice? Because...