Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
Release v3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ftctechnh committed Dec 18, 2017
1 parent 5888d95 commit 6370c4e
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FtcRobotController/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.qualcomm.ftcrobotcontroller"
android:versionCode="25"
android:versionName="3.5">
android:versionCode="26"
android:versionName="3.6">

<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,23 @@ For technical questions regarding the SDK, please visit the FTC Technology forum
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;http://ftcforum.usfirst.org/forumdisplay.php?156-FTC-Technology



**************************************************************************************
# Release Information
**************************************************************************************

Version 3.6 (built on 17.12.18)

Changes include:
* Blocks Changes
- Uses updated Google Blockly software to allow users to edit their op modes on Apple iOS devices (including iPad and iPhone).
- Improvement in Blocks tool to handle corrupt op mode files.
- Autonomous op modes should no longer get switched back to tele-op after re-opening them to be edited.
- The system can now detect type mismatches during runtime and alert the user with a message on the Driver Station.
* Updated javadoc documentation for setPower() method to reflect correct range of values (-1 to +1).
* Modified VuforiaLocalizerImpl to allow for user rendering of frames
- Added a user-overrideable onRenderFrame() method which gets called by the class's renderFrame() method.

**************************************************************************************
# Release Information
**************************************************************************************
Expand Down
Binary file modified doc/apk/FtcDriverStation-release.apk
Binary file not shown.
Binary file modified doc/apk/FtcRobotController-release.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ <h4>setPower</h4>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../com/qualcomm/robotcore/hardware/DcMotorSimple.html#setPower-double-">setPower</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/qualcomm/robotcore/hardware/DcMotorSimple.html" title="interface in com.qualcomm.robotcore.hardware">DcMotorSimple</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>power</code> - the new power level of the motor, a value in the interval [0.0, 1.0]</dd>
<dd><code>power</code> - the new power level of the motor, a value in the interval [-1.0, 1.0]</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../com/qualcomm/robotcore/hardware/DcMotorSimple.html#getPower--"><code>DcMotorSimple.getPower()</code></a>,
<a href="../../../../com/qualcomm/robotcore/hardware/DcMotor.html#setMode-com.qualcomm.robotcore.hardware.DcMotor.RunMode-"><code>DcMotor.setMode(DcMotor.RunMode)</code></a>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ <h4>setPower</h4>
<p>Setting a power level of zero will brake the motor</p></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>power</code> - the new power level of the motor, a value in the interval [0.0, 1.0]</dd>
<dd><code>power</code> - the new power level of the motor, a value in the interval [-1.0, 1.0]</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../com/qualcomm/robotcore/hardware/DcMotorSimple.html#getPower--"><code>getPower()</code></a>,
<a href="../../../../com/qualcomm/robotcore/hardware/DcMotor.html#setMode-com.qualcomm.robotcore.hardware.DcMotor.RunMode-"><code>DcMotor.setMode(DcMotor.RunMode)</code></a>,
Expand Down
Binary file modified libs/Blocks-release-sources.jar
Binary file not shown.
Binary file modified libs/Blocks-release.aar
Binary file not shown.
Binary file modified libs/FtcCommon-release-sources.jar
Binary file not shown.
Binary file modified libs/FtcCommon-release.aar
Binary file not shown.
Binary file modified libs/Hardware-release-sources.jar
Binary file not shown.
Binary file modified libs/Hardware-release.aar
Binary file not shown.
Binary file modified libs/Inspection-release-sources.jar
Binary file not shown.
Binary file modified libs/Inspection-release.aar
Binary file not shown.
Binary file modified libs/RobotCore-release-sources.jar
Binary file not shown.
Binary file modified libs/RobotCore-release.aar
Binary file not shown.

0 comments on commit 6370c4e

Please sign in to comment.