FtcRobotController icon indicating copy to clipboard operation
FtcRobotController copied to clipboard

Results 63 FtcRobotController issues
Sort by recently updated
recently updated
newest added

Currently the behaviour of the setZoom function is the zoom into the centre of the image. Obviously, zoom is a useful aspect of tensorflow given its internal resize to 300x300....

I'm trying to extract pose information using blocks for a teaching example, but any call of track pose generates this error message Error: Fatal error occurred while executing the block...

Problem: motor on expansion hub will revert to zeroPowerBehavior.BRAKE after losing connection with the control hub then reconnecting. Setting it to zeroPowerBehavior.FLOAT after the disconnect doesn't change this, but also...

Op mode crashes on attempt to open generic usb camera ``` 2021-03-05 11:14:48.720 9200-9334/com.qualcomm.ftcrobotcontroller I/RobotCore: ******************** START - OPMODE Concept: Webcam ******************** 2021-03-05 11:14:48.724 9200-9341/com.qualcomm.ftcrobotcontroller I/RobotCore: Attempting to switch to...

Around 1 in every 5 wireless deploys from Android Studio (1 in 5 is just a guesstimate, I haven't actually measured the frequency) will break the WiFi direct connection between...

Please add a batch mode for motor writes similar to the BulkCachingMode read that was added. The bulk mode is a big improvement for reads. It would also be helpful...

We are trying to use match logs, as they are much easier to deal with than the entire robotController log. But we are running into an issue. The first several...

Attempt to compile using JDK 13 or higher complains with: > warning: [options] source value 7 is obsolete and will be removed in a future release > warning: [options] target...

When I create a new variable and add it to my Initialize_Variables function, it is declared as local to the function instead of as a class variable. How do I...

Perhaps this is more of a feature to be documented than an issue. tl;dr After calling IMU.initialize (with a BNO055IMU), a brief delay is required before valid yaw angles can...