Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| installation [2022/07/26 10:48] – [Prerequisites] vanessa | installation [2023/05/12 18:05] (current) – [Quickstart with Docker] arthur | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== CRAM installation ====== | ====== CRAM installation ====== | ||
| + | ===== Quickstart with Docker ===== | ||
| + | |||
| + | For a quick peek into CRAM, check out [[https:// | ||
| ===== Prerequisites ===== | ===== Prerequisites ===== | ||
| == OS and ROS == | == OS and ROS == | ||
| - | The recommended setup is Ubuntu  | + | The recommended setup is Ubuntu  | 
| This is the setup under which the CRAM team is working and it is best supported. | This is the setup under which the CRAM team is working and it is best supported. | ||
| Line 34: | Line 37: | ||
| You will need those for setting up the ROS workspace and checking out code. | You will need those for setting up the ROS workspace and checking out code. | ||
| - | 18.04 / Melodic: | + | __**18.04 / Melodic:**__ | 
| <code bash> | <code bash> | ||
| $ sudo apt-get install python-rosinstall python-wstool | $ sudo apt-get install python-rosinstall python-wstool | ||
| </ | </ | ||
| - | 20:04 / Noetic: | + | __**20:04 / Noetic:**__ | 
| <code bash> | <code bash> | ||
| $ sudo apt-get install python3-wstool | $ sudo apt-get install python3-wstool | ||
| Line 170: | Line 173: | ||
| <code bash> | <code bash> | ||
|   source $HOME/ |   source $HOME/ | ||
| + | </ | ||
| + | |||
| + | |||
| + | === CRAM and dependencies installation (ROS Noetic Ubuntu 20.04) === | ||
| + | |||
| + | Please checkout the [[https:// | ||
| + | |||
| + | <code bash> | ||
| + | $ sudo apt install ros-noetic-roslisp-repl | ||
| + | $ sudo apt-get install python-rosinstall python-wstool | ||
| + | $ cd ~/ | ||
| + | $ wstool init | ||
| + | $ wstool merge https:// | ||
| + | $ wstool update | ||
| + | $ cd ~/ | ||
| + | $ rosdep update | ||
| + | $ rosdep install --ignore-src --from-paths src/ -r | ||
| + | $ catkin_make | ||
| </ | </ | ||
| Line 261: | Line 282: | ||
| If something went wrong consult the [[/ | If something went wrong consult the [[/ | ||
| + | ==== Windows Install ==== | ||
| + | - Enable Hardware Virtualization in your BIOS settings | ||
| + |   - [[https:// | ||
| + |   - Enable the WSL 2 feature in '' | ||
| + | - Set Firewall to allow WSL comunication. Easiest way is by disabling Firewall for public networks, or add a rule for WSL. | ||
| + |   - [[https:// | ||
| + |   - Import the image into WSL from Powershell with < | ||
| + |   - Set the image as default with < | ||
| + |   - Launch Ubuntu-20.04 from the windows menu. The username and password is '' | ||
| + |   - '' | ||
| + |   - '' | ||
| + | |||
| + | Happy hacking! | ||
| + | |||
| + | === How to launch the Jupyter Notebook === | ||
| + | |||
| + |   - '' | ||
| + |   - '' | ||
| + | - Open the URL in your browser | ||
| ===== Get ready for development ===== | ===== Get ready for development ===== | ||

