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
ec6afb95
Commit
ec6afb95
authored
Apr 11, 2012
by
Damon Kohler
Browse files
Options
Downloads
Patches
Plain Diff
Add ROS installation requirements to the installation instructions.
parent
207cdcd3
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
docs/src/main/sphinx/installing.rst
+16
-4
16 additions, 4 deletions
docs/src/main/sphinx/installing.rst
with
16 additions
and
4 deletions
docs/src/main/sphinx/installing.rst
+
16
−
4
View file @
ec6afb95
Installing rosjava_core
=======================
rosjava_core should be installed using rosws. See the `rosws tutorial`_ for more information.
These instructions assume that you have already installed ROS on your system.
See :roswiki:`ROS/Installation` if you need help installing ROS.
.. _rosws tutorial: http://www.ros.org/doc/api/rosinstall/html/rosws_tutorial.html
When choosing a release to install, please consider that:
* The *oldest* ROS release that rosjava has been tested with is: **Electric**
* The *newest* ROS release that rosjava has been tested with is: **Electric**
These instructions also assume you are using Ubuntu. However, the differences
between platforms should be minimal.
The following instructions configure rosjava_core for electric on Ubuntu.
The recommend installation procedure is to use rosws. See the `rosws tutorial`_
for more information if you find the following quick start instructions to be
insufficient.
.. _rosws tutorial: http://www.ros.org/doc/api/rosinstall/html/rosws_tutorial.html
#. sudo apt-get install easy_install
#. easy_install --prefix ~/.local -U rosintall
...
...
@@ -14,5 +25,6 @@ The following instructions configure rosjava_core for electric on Ubuntu.
#. 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.
.. note:: The rosws tool will remind you as well, but don't forget to source
the appropriate, newly generated setup script.
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