Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rosjava Core Gradle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CeTI
ROS
ROS Java Packages
Rosjava Core Gradle
Commits
57f350a8
Commit
57f350a8
authored
8 years ago
by
Julian Cerruti
Browse files
Options
Downloads
Patches
Plain Diff
Adding readme from readme branch into release branch
parent
389b657e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+62
-0
62 additions, 0 deletions
README.md
with
62 additions
and
0 deletions
README.md
0 → 100644
+
62
−
0
View file @
57f350a8
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://rosjava.github.com/rosjava_core/latest
)
and
[
android_core
](
http://rosjava.github.com/android_core/latest
)
pages for
documentation concerning the core libraries and examples. Also visit the roswiki
[
rosjava
](
http://wiki.ros.org/rosjava
)
and
[
android
](
http://wiki.ros.org/android
)
pages for more general rosjava-android
information.
Still have questions? Check out the ros-users
[
discussion
list
](
https://discourse.ros.org/c/rosjava
)
, 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
[
OSRF
](
http://www.osrfoundation.org/
)
[
TurtleBot
](
http://wiki.ros.org/Robots/TurtleBot
)
is a great mobile perception
platform for
[
getting started with robotics
development
](
http://www.youtube.com/watch?feature=player_embedded&v=MOEjL8JDvd0
)
.
### Branches ###
The master branch reflects the latest version of rosjava. All development
happens on the master branch in the form of pull requests from developers.
Unless you are developing rosjava itself, you should _not_ use the master
branch.
Named branches are created whenever a new version of ROS is released. These
branches are considered stable. No new features will be added to these branches,
however, bug fixes may be cherry picked from master.
### Pull Requests ###
You must sign a Contributor License Agreement (CLA) before we can accept any
code. The CLA protects you and us.
*
If you are an individual writing original source code and you're sure you own
the intellectual property, then you'll need to sign an
[
individual
CLA
](
https://developers.google.com/open-source/cla/individual
)
.
*
If you work for a company that wants to allow you to contribute your work to
SL4A, then you'll need to sign a
[
corporate
CLA
](
https://developers.google.com/open-source/cla/corporate
)
.
Follow either of the two links above to access the appropriate CLA and
instructions for how to sign and return it. Damon will respond on either github
or email to confirm.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment