FTC Transition + Documentation Suggestions #266
Replies: 3 comments 4 replies
-
|
FTC teams should be aware that in WPILib VSCode, the "Build" and "Deploy" buttons do different things. The "Build" button compiles your code by does NOT send anything to your SystemCore. The "Deploy" button will build if you haven't done so already and then send the compiled code to your robot. It is important for teams to be aware of the difference since this is a change from the only button in Android Studio being the "Run" button which builds and deploys your code regardless of what you had previously done. |
Beta Was this translation helpful? Give feedback.
-
|
FTC teams are used to just choosing a motor and the SDK knows how to setup closed loop controls because it knows rotation direction, counts per rev, max RPM etc. This could anything from: |
Beta Was this translation helpful? Give feedback.
-
|
FTC teams may not discover that runtime errors are displayed in the LOG screen on the Driver station. The first time you deploy a program and it causes the "no code" error, it can be a bit jaring not knowing where to look :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Any suggestions to make the FTC transition easier can go here for future reference :)
Beta Was this translation helpful? Give feedback.
All reactions