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
pycram:installation [2022/06/16 08:51] jdechpycram:installation [2022/08/26 09:43] jdech
Line 41: Line 41:
 cd <Path to your ROS workspace> cd <Path to your ROS workspace>
 cd src/ cd src/
-vcs import --input https://raw.githubusercontent.com/cram2/pycram/dev/pycram.rosinstall+vcs import --input https://raw.githubusercontent.com/cram2/pycram/dev/pycram.rosinstall --recursive 
 +rosdep update 
 +rosdep install --ignore-src --from-paths . -r 
 +cd .. 
 +catkin_make
 </code> </code>