NeuronRobotics / java-bowler

A library for controlling Bowler devices with Java
GNU Lesser General Public License v3.0
12 stars 5 forks source link

java-bowler

This is the back-end library for talking to Bowler Devices. The kinematics engine, communication libraries, and core packet parsing and routing is found here.

Maven

<dependency>
  <groupId>com.neuronrobotics</groupId>
  <artifactId>java-bowler</artifactId>
  <version>VERSION_FROM_BADGE</version>
</dependency>

Gradle

compile "com.neuronrobotics:java-bowler:VERSION_FROM_BADGE"