-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Conversation
You're not really fixing the underlying issue here. What really should be done is to add a |
@NoahAndrews I did this a while back in commit fb22997, but adding an entry to a .gitignore doesn't remove a tracked file. |
Yeah, I'm aware of that, I really meant that both should be done. So was that commit a pull request which actually got accepted (I'm not seeing any indication of that, but that could just mean a rebase), or are you affiliated with FIRST or Qualcomm somehow? |
@NoahAndrews, yes, PR #2 is merged by commit d39389f |
facepalm How did I miss that? Anyway, it's great to see that they have accepted a pull request from the public before. |
@NoahAndrews ha, it's cool. Yes, I think they will accept a PR given that it is very focused. Of course, we've been told not to post issues here, which is somewhat confusing to me, but they didn't say we couldn't submit pull requests, so here's hoping that this will get accepted. |
I agree, the iml file made my merge with 160974c a pain. |
@ftctechnh @tomeng70 We had a short scrimmage over Halloween weekend and I the top issue I saw was teams getting stuck on the "Google API 19 SDK etc.. not found" when the SDK was indeed already on their systems. This problem is because these .iml files are referencing the SDK by a different name. Teams should be following the install guide, but the presence of these files is creating a misleading error. |
Use Controller from (admittedly new) libsb. Clean up resetHeading().
10/29 Pseudocode to code Autonmous RedAutoAudi
Update README.md
* Remove buildings & teapot bloat * Remove stones & chips bloat * Replace real Vuforia lib with a dummy one * Load the real Vuforia lib from the FIRST folder * Add libVuforia.so to 'doc' folder
* Remove buildings & teapot bloat * Remove stones & chips bloat * Replace real Vuforia lib with a dummy one * Load the real Vuforia lib from the FIRST folder * Add libVuforia.so to 'doc' folder (cherry picked from Turbo - commit 145c55c)
Sahithi 12/14
auto changes
Changes 2/11
FtcRobotController.iml and ftc_app.iml should not have been included in the repository and have been causing a bit of confusion with the whole API 19 vs API 21 thing. These are project files which are generated at build-time and can cause JDK/SDK confusion when put on the computers of others. Another side-effect of these files being included in the repo is that they are constantly trying to sneak themselves into your commits, which is a minor annoyance, but could be made better.
Users should be following the steps in FTCTraining Manual.pdf to determine how to configure their JDK and Android SDK.
Fixes #1