-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.0 (2016 Season) #51
Conversation
Basic encoder control via `Encoded Motor` Also, re-added FIRST official examples.
Update README.md
Feature controlupdates
Update to stable-2016.01.04 release
February 9th Update
Update for FTC 2.2
@smo-key We should do the thing, you approve? |
@ehsanmasdar Can you write a line-item description for this? Seems like there are a whole lot more commits than just those to update the library version. |
@smo-key That was all done last season and never made it into master. I can't tackle a changelog right now but I'll look into it later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ehsanmasdar Looks good! 👍
No breaking changes.
@@ -4,7 +4,7 @@ buildscript { | |||
jcenter() | |||
} | |||
dependencies { | |||
classpath 'com.android.tools.build:gradle:1.3.0' | |||
classpath 'com.android.tools.build:gradle:2.1.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: May require Android Studio 2.0+.
@@ -73,7 +73,7 @@ public void reset() { | |||
* @return The offset gyroscope rotation in degrees per second | |||
*/ | |||
public double getRate() { | |||
return gyroSensor.getRotation() - offset; | |||
return gyroSensor.getHeading() - offset; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slightly changes behavior of getRate()
(probably for the better).
@ehsanmasdar Do the honors. :) |
@homu r+ On Wed, Sep 14, 2016, 6:01 PM Arthur Pachachura [email protected]
|
@homu :( |
RIP @homu |
@homu r+ |
📌 Commit bcb2365 has been approved by |
Release 1.0 (2016 Season) Update for **2016-2017 Season**: - Updated to newest FIRST library release - Requires Android Studio 2.0 or greater
Release 1.0 (2016 Season) Update for **2016-2017 Season**: - Updated to newest FIRST library release - Requires Android Studio 2.0 or greater
@ehsanmasdar Check to make sure you have privileges to Homu. |
@ehsanmasdar I think @homu is broken. |
Update for 2016-2017 Season: