anki-drive-java icon indicating copy to clipboard operation
anki-drive-java copied to clipboard

A Java port of the Anki Drive SDK

Results 4 anki-drive-java issues
Sort by recently updated
recently updated
newest added

Modifications: server.js - updated to reference read and write characteristics of vehicles by array slot rather than search for them. Some Node versions don’t like the lambda search. build.gradle -...

A tutorial would be nice that gives a step-by-step guide on how to setup an ANKIdrive so that it can be accessed via the SDK.

When using jitpack, you have to provide stable releases for the users, so they don't always take the latests "snapshot" version. It should be enough to create tags through the...

In some classes (e.g. Message) a main-method is used to perform unit-tests. These should be extracted from the code to a JUnit-Test.