Skip to content

Releases: Team319/BobTrajectory

2021 Field Update

20 Jan 17:42
Compare
Choose a tag to compare

2020 Field and Bumping

07 Jan 20:19
e017b75
Compare
Choose a tag to compare

This release includes the 2020 field image which is wider than previous images to include 42' of the field.

image

There was also "bump" functionality added to allow you to move the robot an inch forward, backward, left, or right in relation to the robot. This can be done from the Waypoint Configuration screen after clicking on a waypoint.

image

2.0.0 GUI Upgrade

02 Dec 15:39
6ed1211
Compare
Choose a tag to compare

Version 2.0.0 is a major release that involves the following major changes:

  1. A GUI has been added for generating paths
  2. The dependency on the TalonSRX has been removed
  3. BobTrajectory now only supports generating paths, the path following functionality has been removed.

Fix robot heading in GUI

11 Feb 15:38
ebf98cc
Compare
Choose a tag to compare
Merge pull request #33 from Team319/Fix-rotations

Fix the robot rotations for drawing

2019 Updates

05 Feb 13:31
0f9c14d
Compare
Choose a tag to compare

The FollowArc class has been rewritten to account for the 2019 changes to the CTRE libraries.

The following functionality has been added:

There is now an additional constructor that allows you to flip the left and right direction of a path, or flip the robot around to drive backwards.

BobTrajectory v1.0.0

30 Nov 18:33
Compare
Choose a tag to compare

BobTrajectory is now even easier to use.

  • Javafx is no longer a dependency
  • No more json
  • Built to work with Gradle, WPILib's new build environment.
  • No need to make your own fork of BobTrajectory, just add it as a dependency now!