We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HelixFollower is a path following command used to follow paths generated by BobTrajectory using the FRC Java Command Structure.
build.gradle
repositories { jcenter() maven { url "https://jitpack.io" } }
compile 'com.github.TripleHelixProgramming:HelixUtilities:master-SNAPSHOT' compile 'com.github.Team319:BobTrajectory:master-SNAPSHOT'