Skip to content
Snippets Groups Projects
Commit 902ec2e4 authored by Damon Kohler's avatar Damon Kohler
Browse files

Update .rosinstall to use consistent URL.

Update index to be consistent with android_core docs.
Switch to haiku theme.
parent d1f38c47
Branches
Tags
No related merge requests found
- hg: - hg:
local-name: rosjava_core local-name: rosjava_core
uri: https://rosjava.googlecode.com/hg uri: https://code.google.com/p/rosjava/
version: default version: default
...@@ -94,7 +94,7 @@ highlight_language = 'java' ...@@ -94,7 +94,7 @@ highlight_language = 'java'
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
html_theme = 'default' html_theme = 'haiku'
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the
......
rosjava_core rosjava_core
============ ============
rosjava is a pure Java implementation of ROS. It provides a client library that rosjava_core is a pure Java implementation of ROS. It provides a client library
enables Java programmers to quickly interface with ROS Topics, Services, and that enables Java programmers to quickly interface with ROS Topics, Services,
Parameters. It also provides a Java implementation of `roscore`_. Using rosjava and Parameters. It also provides a Java implementation of `roscore`_.
is ideal when you need to:
- interact with prior Java programs or libraries
- write Android apps that work with ROS
Please see the :doc:`overview` page for documentation on how to use rosjava in your
projects.
Support is best found on http://answers.ros.org/. Support is best found on http://answers.ros.org/.
Please file bugs and feature requests on the rosjava `issues`_ page. Starring Please file bugs and feature requests on the rosjava `issues`_ page. Starring
issues that are important to you will help developers prioritize their work. issues that are important to you will help developers prioritize their work.
In addition to the following documentation, rosjava makes liberal use of In addition to the following documentation, rosjava_core makes liberal use of
`Javadoc`_. `Javadoc`_.
.. _roscore: http://ros.org/wiki/roscore .. _roscore: http://ros.org/wiki/roscore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment