Skip to content

V1.04B Release - Update Create Trajectory Utility

Compare
Choose a tag to compare
@jsimpso81 jsimpso81 released this 24 Aug 07:55
· 335 commits to master since this release

Description

This are sample and test programs for the LabVIEW Trajectory library for the First FRC Robot Competition. The library duplicates most of the C++/Java WPILIB 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 corresponds to the completed github repository.

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

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

  • The Create Trajectory Utility was modified to add weights to each waypoint. Usage of the weights is optional.
  • The Create Trajectory Utility was modified to add engineering units selection for trajectory definition. Currently supported units are Inches, Feet, Centimeters, Meters
  • Show waypoints on the field display. Also moved the trajectory definition to the field display.

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.