Swerve Library 1.2.2
This release has a few small bug fixes:
- Servo.setPosition() will no longer flood the servo controller and delay USB transmissions
- gamepads now operate in the 'init' state (before 'start' is pressed)
More significantly, it updates to the latest available from FTC HQ. That release contains numerous low-level bug fixes and upgrades. Important: a new driver station is required; your existing driver station will not function correctly with this Swerve release. Moreover, the driver station currently (as of Jan 18, 2016) found in the Google Play Store is also not compatible. Instead, you must 'side load' install the driver station APK which is found in the Swerve Library in ftc_app/doc/apk/FtcDriverStation-release.apk.
Side loading can be accomplished by any of several means. See the ADB command 'install' command, for example (ADB is found in the Android SDK). Alternately, any of several PC applications (such as http://apkinstaller.com/) and Android APK Installer apps (found in the Play Store) can be used. The thread here (http://ftcforum.usfirst.org/showthread.php?6101-FTC-Beta-Branch&p=24750#post24750) might also be helpful.