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

Commit 6370c4e

Browse files
committed
Release v3.6.
1 parent 5888d95 commit 6370c4e

16 files changed

+21
-4
lines changed

FtcRobotController/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.qualcomm.ftcrobotcontroller"
5-
android:versionCode="25"
6-
android:versionName="3.5">
5+
android:versionCode="26"
6+
android:versionName="3.6">
77

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

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,23 @@ For technical questions regarding the SDK, please visit the FTC Technology forum
4242
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;http://ftcforum.usfirst.org/forumdisplay.php?156-FTC-Technology
4343

4444

45+
46+
**************************************************************************************
47+
# Release Information
48+
**************************************************************************************
49+
50+
Version 3.6 (built on 17.12.18)
51+
52+
Changes include:
53+
* Blocks Changes
54+
- Uses updated Google Blockly software to allow users to edit their op modes on Apple iOS devices (including iPad and iPhone).
55+
- Improvement in Blocks tool to handle corrupt op mode files.
56+
- Autonomous op modes should no longer get switched back to tele-op after re-opening them to be edited.
57+
- The system can now detect type mismatches during runtime and alert the user with a message on the Driver Station.
58+
* Updated javadoc documentation for setPower() method to reflect correct range of values (-1 to +1).
59+
* Modified VuforiaLocalizerImpl to allow for user rendering of frames
60+
- Added a user-overrideable onRenderFrame() method which gets called by the class's renderFrame() method.
61+
4562
**************************************************************************************
4663
# Release Information
4764
**************************************************************************************
648 Bytes
Binary file not shown.
496 Bytes
Binary file not shown.

doc/javadoc/com/qualcomm/robotcore/hardware/CRServoImpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ <h4>setPower</h4>
649649
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
650650
<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>
651651
<dt><span class="paramLabel">Parameters:</span></dt>
652-
<dd><code>power</code> - the new power level of the motor, a value in the interval [0.0, 1.0]</dd>
652+
<dd><code>power</code> - the new power level of the motor, a value in the interval [-1.0, 1.0]</dd>
653653
<dt><span class="seeLabel">See Also:</span></dt>
654654
<dd><a href="../../../../com/qualcomm/robotcore/hardware/DcMotorSimple.html#getPower--"><code>DcMotorSimple.getPower()</code></a>,
655655
<a href="../../../../com/qualcomm/robotcore/hardware/DcMotor.html#setMode-com.qualcomm.robotcore.hardware.DcMotor.RunMode-"><code>DcMotor.setMode(DcMotor.RunMode)</code></a>,

doc/javadoc/com/qualcomm/robotcore/hardware/DcMotorSimple.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h4>setPower</h4>
255255
<p>Setting a power level of zero will brake the motor</p></div>
256256
<dl>
257257
<dt><span class="paramLabel">Parameters:</span></dt>
258-
<dd><code>power</code> - the new power level of the motor, a value in the interval [0.0, 1.0]</dd>
258+
<dd><code>power</code> - the new power level of the motor, a value in the interval [-1.0, 1.0]</dd>
259259
<dt><span class="seeLabel">See Also:</span></dt>
260260
<dd><a href="../../../../com/qualcomm/robotcore/hardware/DcMotorSimple.html#getPower--"><code>getPower()</code></a>,
261261
<a href="../../../../com/qualcomm/robotcore/hardware/DcMotor.html#setMode-com.qualcomm.robotcore.hardware.DcMotor.RunMode-"><code>DcMotor.setMode(DcMotor.RunMode)</code></a>,

libs/Blocks-release-sources.jar

-269 Bytes
Binary file not shown.

libs/Blocks-release.aar

-2.82 KB
Binary file not shown.

libs/FtcCommon-release-sources.jar

0 Bytes
Binary file not shown.

libs/FtcCommon-release.aar

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)