diff --git a/README b/README deleted file mode 100644 index 12339fb5afb3ce95749f8aabca1c26c0907ce016..0000000000000000000000000000000000000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -Visit the rosjava_core wiki for instructions. - -http://ros.org/wiki/rosjava_core diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1ec22400b5c7a99400bf52bc2972b1b7f4c370e1 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +rosjava is the first pure Java implementation of ROS. + +From [ROS.org](http://www.ros.org/wiki/): ROS is an open-source, meta-operating system for your robot. It provides the services you would expect from an operating system, including hardware abstraction, low-level device control, implementation of commonly-used functionality, message-passing between processes, and package management. + +Developed at Google in cooperation with Willow Garage, rosjava enables integration of Android and ROS compatible robots. This project is under active development and currently alpha quality software. Please report bugs and feature requests on the [issues list](https://github.com/rosjava/rosjava/issues?state=open). + +To get started, visit the [rosjava_core](http://docs.rosjava.googlecode.com/hg/rosjava_core/html/index.html) and [android_core documentation](http://docs.rosjava.googlecode.com/hg/android_core/html/index.html). + +Still have questions? Check out the ros-users [discussion list](https://code.ros.org/mailman/listinfo/ros-users), post questions to [ROS Answers](http://answers.ros.org/questions/) with the tag "rosjava," or join #ROS on irc.oftc.net. + +rosjava was announced publicly during the [Cloud Robotics tech talk at Google I/O 2011](http://www.youtube.com/watch?feature=player_embedded&v=FxXBUp-4800). + +Looking for a robot platform to experiment with ROS, Android, and cloud robotics? The [Willow Garage](http://www.willowgarage.com/) [TurtleBot](http://www.willowgarage.com/turtlebot) is a great mobile perception platform for [getting started with robotics development](http://www.youtube.com/watch?feature=player_embedded&v=MOEjL8JDvd0). + +Visit the rosjava_core wiki for instructions. + +http://ros.org/wiki/android_core \ No newline at end of file