Skip to content

Releases: jsimpso81/WPIlibMathLabVIEW_Examples

V3.03 - WPILIB LabVIEW Math - examples

01 Feb 06:23

Choose a tag to compare

V3.03 - FRC Season 2023 - Update 1

Description

These are sample and test programs for the WPILIB LabVIEW Math Control / Trajectory library for the First FRC Robot Competition. The library duplicates most of the C++/Java WPILIB "math" library for LabVIEW users. This is a native port with some enhancements. (This library is not part of the "official" WPILIB or code provided by First or National Instruments.)

This release of the sample and test programs matches the Trajectory Library release with version tag V3.03.

Installation

To install either clone this repository, or download the zip/tar file and unzip into an empty directory.

To uninstall, delete the files no longer wanted.

What's New

  • Updates to test routines for new and revised functions.

  • see change log for a complete list of changes.
    Full Changelog: V2.12...V3.03

See previous release notes for other new features

Other Notes

The source code for the library routines is not included in this repository. There is a separate repository containing the library. https://github.com/jsimpso81/WPILibMathLabVIEW

Please report issues. I'll try to handle them in a timely manner (no promises however). Suggestions, and enhancements are always welcome.

V2.12 - Control / Trajectory Library samples, test, utility programs

17 Nov 19:56

Choose a tag to compare

V2.12 -- Updates to match library changes / enhancements

Description

These are sample and test programs for the LabVIEW Control / Trajectory library for the First FRC Robot Competition. The library duplicates most of the C++/Java WPILIB "math" library for LabVIEW users. This is a native port with some enhancements. (This library is not part of the "official" WPILIB or code provided by First or National Instruments.)

This release of the sample and test programs matches the Trajectory Library release with version tag V2.10.

Installation

To install either clone this repository, or download the zip/tar file and unzip into an empty directory.

To uninstall, delete the files no longer wanted.

What's New

  • Updates to test routines for new and revised functions.

  • see change log for a complete list of changes.
    Full Changelog: V2.10...V2.12

See previous release notes for other new features

Other Notes

The source code for the library routines is not included in this repository. There is a separate repository containing the library. https://github.com/jsimpso81/FRC_LV_TrajLib

Please report issues. I'll try to handle them in a timely manner (no promises however). Suggestions, and enhancements are always welcome.