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
Next revisionBoth sides next revision
installation [2018/10/16 15:01] – [Installation] gkazhoyainstallation [2021/10/18 11:42] arthur
Line 168: Line 168:
 </code> </code>
  
 +=== CRAM and dependencies installation (ROS Melodic Ubuntu 18.04) ===
 +
 +Check out and compile all the necessary repositories:
 +
 +<code bash>
 +$ cd ~/workspace/ros/src
 +$ wstool init
 +$ wstool merge https://raw.githubusercontent.com/cram2/cram/master-melodic/cram-18.04.rosinstall
 +$ wstool update
 +$ cd ~/workspace/ros
 +$ rosdep update
 +$ rosdep install --ignore-src --from-paths src/ -r
 +$ catkin_make
 +</code>
 +
 +Note that the ''wstool update'' command is the one that downloads the source code of CRAM and its dependencies.
  
 === CRAM and dependencies installation (ROS Kinetic Ubuntu 16.04) === === CRAM and dependencies installation (ROS Kinetic Ubuntu 16.04) ===