-
Is there any way to install ftclib for visual studio code?
-
Since this class was originally developed for the gripper, the toggle function made sense here. Since abstracting the class to handle multiple sub systems. This function needs to be rewritten not us…
-
Hey, I'm not sure if this is even technically possible, I haven't really looked at the code, but it would be really cool if the keyboard could emulate gamepad button presses when viewing FTC dashboard…
-
This was a note card from the **Do it! - Programming** idea sheet.
-
If you do a full gradle build (say from the command line or in an automated system), the menus fail lint which stops the build
2 ways to fix this:
1 - fix the errors in the menu
or
2 - put
`…
-
# Date on version you are commenting on
Jan 2, 2024
# Section you are commenting on
16.4
# Comments
Line 43 where the code states - Paint nonSelectedPaint = new Paint(selectedPaint);Passing i…
-
How FTC handles SDK publishing is very odd for Java/Android convention. They give you a full Android project with a subdirectory for your code. This causes problems for updating the SDK when a new ver…
-
running this code and other similar splines causes something to hang and the robot locks in strafe and drives into a wall.
```
drive.actionBuilder(beginPose)
.splineToLinearHeading(new P…
-
A couple of issues we have come across with RUN_TO_POSITION mode.
First off, if you don't set the target position for the first time it will throw the Exception Dialog. After that, picking any opmo…
-
Getting this issue with the latest code pull.
Could not find com.android.tools.lint:lint-gradle:26.1.4.