Skip to content

Releases: strykeforce/thirdcoast

Third Coast 20.0.1

12 Jan 17:14
@jhh jhh
b67ba9e

Choose a tag to compare

Third Coast 20.0.1

Add Third Coast to GradleRIO Project

use “Install new libraries (online)” option with:
http://maven.strykeforce.org/thirdcoast.json
to add Third Coast to your vendordeps folder.

Improvements

  • Updated for 2020 WPILib.
  • Added TalonFX Measurable
  • Use TalonSRC supply and stator current measurements.

Third Coast 19.5.1

04 Dec 16:18
@jhh jhh
aa7ad25

Choose a tag to compare

Gradle

repositories {
    jcenter()
}
dependencies {
    compile 'org.strykeforce.thirdcoast:swerve:19.5.1'
    compile 'org.strykeforce.thirdcoast:telemetry:19.5.1'
}

Improvements

  • Added controller temperature to Talon item.

Third Coast 19.5.0

22 Nov 16:50
@jhh jhh
6ef7b2d

Choose a tag to compare

Gradle

repositories {
    jcenter()
}
dependencies {
    compile 'org.strykeforce.thirdcoast:swerve:19.5.0'
    compile 'org.strykeforce.thirdcoast:telemetry:19.5.0'
}

Improvements

  • Added Power Distribution Panel measurable item.
  • Deadeye vision system interface WIP

Third Coast 19.4.1

27 Sep 01:09
@jhh jhh
7770188

Choose a tag to compare

Gradle

repositories {
    jcenter()
}
dependencies {
    compile 'org.strykeforce.thirdcoast:swerve:19.4.1'
    compile 'org.strykeforce.thirdcoast:telemetry:19.4.1'
}

Fixes

  • Added QUAD_VELOCITY and QUAD_POSITION to TalonItem

Third Coast 19.4.0

25 Sep 16:54
@jhh jhh
0cc9143

Choose a tag to compare

Gradle

repositories {
    jcenter()
}
dependencies {
    compile 'org.strykeforce.thirdcoast:swerve:19.4.0'
    compile 'org.strykeforce.thirdcoast:telemetry:19.4.0'
}

Breaking Changes

  • If you are creating custom graphable items, the Measure class is now
    a data class and allows custom descriptions.

Third Coast 19.3.0

13 Sep 20:48
@jhh jhh
3c0a3dd

Choose a tag to compare

Gradle

repositories {
    jcenter()
}
dependencies {
    compile 'org.strykeforce.thirdcoast:swerve:19.3.0'
    compile 'org.strykeforce.thirdcoast:telemetry:19.3.0'
}

Breaking Changes

  • If you are creating custom graphable items , you will need to rename
    the Item interface to Measurable.

Improvements

  • Better checks for missing gyro.

Third Coast 19.2.0

03 Feb 15:18
@jhh jhh
04c9a62

Choose a tag to compare

Gradle

repositories {
    jcenter()
}
dependencies {
    compile 'org.strykeforce.thirdcoast:swerve:19.2.0'
    compile 'org.strykeforce.thirdcoast:telemetry:19.2.0'
}

Improvements

  • Add ability to disable field-oriented driving with swerve.setFieldOriented(false).

Third Coast 19.1.2

22 Jan 12:19
@jhh jhh
bc65082

Choose a tag to compare

Gradle

repositories {
    jcenter()
}
dependencies {
    compile 'org.strykeforce.thirdcoast:swerve:19.1.2'
    compile 'org.strykeforce.thirdcoast:telemetry:19.1.2'
}

Fixes

  • Fix Wheel.isInverted() reporting.

Third Coast 19.1.1

20 Jan 13:51
@jhh jhh
4289d7f

Choose a tag to compare

Gradle

repositories {
    jcenter()
}
dependencies {
    compile 'org.strykeforce.thirdcoast:swerve:19.1.1'
    compile 'org.strykeforce.thirdcoast:telemetry:19.1.1'
}

Improvements

  • Updated for 2019 season.

Third Coast 18.7.5

20 Dec 23:33
@jhh jhh

Choose a tag to compare

Gradle

repositories {
    jcenter()
}
dependencies {
    compile 'org.strykeforce.thirdcoast:swerve:18.7.5'
    compile 'org.strykeforce.thirdcoast:telemetry:18.7.5'
}

Improvements

  • Add basic vision communication for Deadeye.