FtcRobotController
FtcRobotController copied to clipboard
The newly added (7.0) support for external libraries is cool. But it currently sounds like it is restricted to onBot and Blocks. It seems like it could serve the needs...
A lot of the older team members (and some of the younger team members) have great difficulty reading telemetry on a phone or REV Driver Hub. We request that several...
I am generating the following every time I try a Build with Version 7.0: org/firstinspires/ftc/teamcode/UsRange.java line 46, column 55: ERROR: package org.firstinspires.ftc.robotcore.external.analog does not exist This message was generated when...
We would like our OpModes to be able to query the Color Scheme Selection of the Driver Station. Of particular interest to our OpModes are the Red and Blue Color...
As the computer science / software development industry is trying to become more inclusive, we're trying to remove the use of the terms "master" and "slave." It would be nice...
Hope this helps! Running on a very unsupported platform, but it looks like the app crashed due to a software bug, so it's probably still valid. ``` // Allowing start...
I can connect my robot controller phone to the web browser for onbot jave on chrome and build my program, but when I open the app on the robot controller...
When DS is connected to both WiFi (channel 6) and WiFi-Direct (channel 48), DS says WiFi-Direct network is on channel 6. After disconnecting WiFi, DS says WiFi-Direct network is on...
Since SetPIDCoefficients is not depreciated, and the new SetPIDFCoefficients is the go-to, updating the wiki page with these changes would be really helpful to teams looking to implement PID in...
When compiling my project, I can get a build warning saying that the org.firstinspires.opmodeannotationprocessor.MyProcessor is non-incremental, meaning the entire compiler must run non incrementally. This means that builds can become...