An open API service indexing awesome lists of open source software.

https://github.com/psigen/robotutils

Simple java utility classes for simple robotic applications.
https://github.com/psigen/robotutils

Last synced: 4 months ago
JSON representation

Simple java utility classes for simple robotic applications.

Awesome Lists containing this project

README

          

# robotutils
## Introduction

Robotuils is a simple Java library providing basic robotic perception, control
and planning systems for simple Java based robots. It can run on any machine with
a compatible JVM, including most Android devices.

### Setup a development environment
robotutils is built using Maven (at least version 3.0.4).
A simple import of the pom in your IDE should get you up and running.

## License
This project is released under the revised MIT License (see [LICENSE](LICENSE)).

[![Build Status](https://travis-ci.org/psigen/robotutils.png)](https://travis-ci.org/psigen/robotutils)