Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pycram:installation [2022/08/26 09:43] jdechpycram:installation [2023/08/15 13:55] (current) arthur
Line 1: Line 1:
 +For more details, visit [[https://pycram.readthedocs.io/en/latest/|the official PyCRAM Read the Docs]].
 +
 ====== Installing PyCRAM ====== ====== Installing PyCRAM ======
 The setup of PyCRAM can be differentiated in four steps: The setup of PyCRAM can be differentiated in four steps:
Line 8: Line 10:
 All dependencies are available via PyPi All dependencies are available via PyPi
  
-PyCRAM is developed and tested currently with Python3.8, Ubuntu 20.04 and ROS Noetic. However, it does still support Ubuntu 18.04 and ROS Melodic. Please see below for installation instructions for both variants. +PyCRAM is developed and tested currently with Python3.8, Ubuntu 20.04 and ROS Noetic.
 ===== Installing ROS ===== ===== Installing ROS =====
 PyCRAM uses ROS for a variety of functionality, for this reason you need a working ROS installation on your machine.  PyCRAM uses ROS for a variety of functionality, for this reason you need a working ROS installation on your machine. 
Line 49: Line 50:
  
 The cloning and setting up can take several minutes. After the command finishes you should see a number of repositories in your ROS workspace.  The cloning and setting up can take several minutes. After the command finishes you should see a number of repositories in your ROS workspace. 
 +<html> 
 +<!--
 Now the last thing that needs to be done is clone the submodules of the PyCRAM repo, this is done via the following commands: Now the last thing that needs to be done is clone the submodules of the PyCRAM repo, this is done via the following commands:
 <code bash> <code bash>
Line 56: Line 58:
 git submodule update git submodule update
 </code> </code>
- +--> 
 +</html>
 The cloned repository contains the source code for PyCRAM as well as two short demos which demonstrate how to use it.  The cloned repository contains the source code for PyCRAM as well as two short demos which demonstrate how to use it. 
  
Line 75: Line 77:
 <code> <code>
 sudo pip install -r requirements.txt sudo pip install -r requirements.txt
 +sudo pip install -r src/neem_interface_python/requirements.txt
 </code> </code>