User Tools

Site Tools


software:cram:install

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
software:cram:install [2013/11/22 13:48] gkazhoyasoftware:cram:install [2016/05/19 09:19] (current) – external edit 127.0.0.1
Line 10: Line 10:
     sudo apt-get install ros-hydro-desktop     sudo apt-get install ros-hydro-desktop
     sudo apt-get install python-rosinstall     sudo apt-get install python-rosinstall
 +    sudo apt-get install python-wstool
     sudo rosdep init     sudo rosdep init
     rosdep update     rosdep update
Line 20: Line 21:
     cd ~/workspace/catkin/src     cd ~/workspace/catkin/src
     wstool init     wstool init
-    wstool set roslisp_NAME --git https://github.com/ros/roslisp_NAME (where NAME: {common, repl})+    wstool set roslisp_NAME --git https://github.com/ros/roslisp_NAME.git 
 +where NAME: common, repl 
     wstool update     wstool update
     rospack profile     rospack profile
Line 29: Line 32:
     catkin_make     catkin_make
  
-  * Make sure catkin installed the debian packages sbcl and rosemacs-pl for you and get slime as well+  * Install the packages with rosdep 
 + 
 +    rosdep install roslisp_common 
 +    rosdep install roslisp_repl 
 + 
 +  * Make sure rosdep installed the debian packages sbclrosemacs-el and slime for you
  
     sudo apt-get install PACK     sudo apt-get install PACK
  
-where PACK: ''sbcl, rosemacs-pl, slime''+where PACK: ''sbcl, rosemacs-el, slime''
  
   * Go to your rosbuild workspace and use wstool to pull CRAM stacks from GIT: cram_core, cram_highlevel, cram_physics, cram_pr2, cram_gazebo   * Go to your rosbuild workspace and use wstool to pull CRAM stacks from GIT: cram_core, cram_highlevel, cram_physics, cram_pr2, cram_gazebo
Line 45: Line 53:
 where NAME: ''core, highlevel, physics, pr2, gazebo'' where NAME: ''core, highlevel, physics, pr2, gazebo''
  
-  * Rosmake all the CRAM packages+  * Rosmake and install all the CRAM packages
  
     roscd cram_NAME     roscd cram_NAME
     rosmake     rosmake
 +    rosdep install cram_NAME
  
-  * Before you open emacs you might want to configure it, at least set up the clipboard properly to enable copy/paste from/to other apps.+  * Before you open emacs you might want to configure it, at least set up the clipboard properly to enable copy/paste from/to other apps. Some useful stuff can be found in [[https://github.com/moesenle/emacs-config/blob/master/init.el|this config]] from github.
  
   * Open your emacs and enjoy the repl animation ;)   * Open your emacs and enjoy the repl animation ;)
  
-    rosrun roslisp_repl roslisp_repl+    rosrun roslisp_repl roslisp_repl 
 + 
 +  * Compile CRAM packages you need in Lisp 
 + 
 +    , 
 +    r-l-s 
 +    cram_NAME 
 +    RET 
 +where NAME is e.g. ''language''.
  
-  * Compile CRAM packages in Lisp+  * Read [[http://www.paulgraham.com/onlisptext.html|The Book]]
software/cram/install.1385128120.txt.gz · Last modified: 2016/05/19 09:18 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki