Skip to content

Installation

Mars edited this page Nov 20, 2024 · 10 revisions

Clone this repo.

git clone https://github.com/mars-hss/ros_docker.git

Execute install script.
(*sudo permission is later for asking password.)

cd path-to-clone/ros_docker/
bash ./install.sh

Check help

ros_docker help

ros_docker_help

File structure

ROS(Or your specific)
  ┃
  ┣ intel                     "Dockerfile for intel or AMD"
  ┣ nvidia                    "Dockerfile for Nvidia"
  ┃  
  ┣ noetic                    "ROS 1 noetic"
  ┃   ┣ test_ws               "ROS noetic workspace called test"
  ┃   ┣ ...
  ┃
  ┣ humble                    "ROS 2 humble"
  ┃   ┣ test_ws               "ROS humble workspace called test"
  ┃   ┣ ...
  ┃

Clone this wiki locally