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

Add installation documentation.

Remove unused rosinstall file and rename the correct one to .rosinstall.
parent 63889bf1
No related branches found
No related tags found
No related merge requests found
- hg:
local-name: rosjava
local-name: rosjava_core
uri: https://rosjava.googlecode.com/hg
version: default
......@@ -26,6 +26,7 @@ Contents:
:maxdepth: 2
overview
installing
building
best_practices
getting_started
......
Installing rosjava_core
=======================
rosjava_core should be installed using rosws. See the `rosws tutorial`_ for more information.
.. _rosws tutorial: http://www.ros.org/doc/api/rosinstall/html/rosws_tutorial.html
The following instructions configure rosjava_core for electric on Ubuntu.
#. sudo apt-get install easy_install
#. easy_install --prefix ~/.local -U rosintall
#. cd ~/my_ros_workspace
#. rosws init
#. rosws merge /opt/ros/electric/.rosinstall
#. rosws merge http://rosjava.googlecode.com/hg/.rosinstall
Don't forget to source the appropriate new setup shell script.
- svn:
local-name: ros
uri: https://code.ros.org/svn/ros/stacks/ros/trunk
- svn:
local-name: ros_comm
uri: https://code.ros.org/svn/ros/stacks/ros_comm/trunk
- hg:
local-name: rosjava
uri: https://rosjava.googlecode.com/hg
version: default
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment