no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
installation [2017/11/20 13:57] daniel86
Line 1: Line 1:
 +====== KnowRob installation ======
 +
 +KnowRob is available as part of the [[http://www.ros.org/|ROS robot middleware]] and has been included in the official ROS distribution since ROS Diamondback, released in 2011. Before installing KnowRob, you will need install ROS following the instructions at [[http://www.ros.org/wiki/ROS/Installation]]. The following steps depend on the ROS version you have installed. For new installations on a recent ROS version, we recommend the first option using the 'catkin' buildsystem.
 +
 +  - Dependencies
 +    * **Java >= 8** is required in order to compile KnowRob
 +  - Installation
 +    * Install KnowRob into a [[/installation/catkin| catkin workspace]] (recommended)
 +    * Install KnowRob into a [[/installation/rosbuild| rosbuild workspace]] (deprecated)
 +    * Installation on [[/installation/other-platform|other platforms]] than Ubuntu Linux
 +  - Workspace configuration
 +    * [[/installation/workspace|Set up your workspace]] after the installation
 +
 +
 +