Skip to content

Team8262/Jump-Core

Repository files navigation

Jump-Core

Primary reference repository for Jump Robotics

It can also be imported directly

Installation Instructions:

Download Jump-Core.jar from https://github.com/Team8262/Jump-Core/releases

Create a folder called 'libs' in the root directory of your project

Screen Shot 2021-01-23 at 4 19 15 PM

Put Jump-Core.jar in 'libs'

In the build.gradle file, add this line:

implementation fileTree(dir: 'libs', include: ['*.jar'])

Screen Shot 2021-01-23 at 4 19 29 PM