Skip to content

Releases: strykeforce/thirdcoast

Third Coast 20.2.0

25 Jan 18:23
@jhh jhh
9714eb5
Compare
Choose a tag to compare

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

  • Support TalonFX in addition to TalonSRX controllers for drive motors.

Third Coast 20.0.1

13 Jan 23:26
@jhh jhh
4134182
Compare
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

  • Added PigeonIMUItem measureable item for Grapher.

Third Coast 20.0.1

12 Jan 17:14
@jhh jhh
b67ba9e
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.