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.
- Host: GitHub
- URL: https://github.com/psigen/robotutils
- Owner: psigen
- License: mit
- Created: 2013-07-19T15:38:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-20T20:36:58.000Z (over 12 years ago)
- Last Synced: 2023-04-08T04:47:46.803Z (about 3 years ago)
- Language: Java
- Size: 299 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)).
[](https://travis-ci.org/psigen/robotutils)