Skip to content

Releases: FRC5190/FalconLibrary

Vision Targets on LiveDashboard

18 Jan 18:15
Compare
Choose a tag to compare
Add vision targets to live dashboard

Co-Authored-By: theprimedtnt <[email protected]>

WPILIB to 2019.2.1

15 Jan 21:42
Compare
Choose a tag to compare
2019.1.15

Update GradleRIO

Phoenix to 5.12.1

14 Jan 22:17
Compare
Choose a tag to compare
2019.1.14

Merge branch 'master' of https://github.com/5190GreenHopeRobotics/Fal…

2019 Week 1

11 Jan 03:49
Compare
Choose a tag to compare
  • Added better Java support
  • Fix VelocityLimitRegionConstraint
  • Fix TrajectoryTracker Notifier bug

Installation Instructions:

  • Let Gradle retrieve dependencies from JitPack:
repositories {
    maven { url 'https://jitpack.io' }
}
  • Add the FalconLibrary dependency:
'org.ghrobotics:FalconLibrary:2019.1.10'

2019 Kickoff (Updated Vendors)

05 Jan 03:23
Compare
Choose a tag to compare

Installation Instructions:

  • Let Gradle retrieve dependencies from JitPack:
repositories {
    maven { url 'https://jitpack.io' }
}
  • Add the FalconLibrary dependency:
'org.ghrobotics:FalconLibrary:2019.1.5'

2019 Kickoff Release

04 Jan 02:02
af30c96
Compare
Choose a tag to compare

Installation Instructions:

  • Let Gradle retrieve dependencies from JitPack:
repositories {
    maven { url 'https://jitpack.io' }
}
  • Add the FalconLibrary dependency:
'org.ghrobotics:FalconLibrary:2019.1.1'