Skip to content

1.1.3

Choose a tag to compare

@rhauch rhauch released this 20 Feb 16:54
· 87 commits to master since this release

This release of Strongback is compatible with the 2016 WPILib released for the 2016 season, and has been tested with WPILib version 0.1.0.201601151923 and 0.1.0.201601072029. This release of Strongback is not compatible with 2015 (or earlier) versions of WPILib.

This patch release adds support for the Victor SP hardware motor controller (see issue #65). It also adds a Values.mapRange method that can be used to create a function that maps a range of double values to a different range; this may be useful when scaling ContinuousRange objects.

If you are upgrading a system that has an older version of Strongback, first remove the existing strongback installation directory completely before downloading and unpacking this newer version. The rest of your system (e.g., path, Eclipse workspace, or Eclipse projects) can be unchanged, and everything will simply pick up the new version. To verify you have the new version installed, the command line tool will now output the Strongback version if you run strongback.sh version on OS X and Linux, or strongback.bat version on Windows.