Step by step guide

Generate your SSH key for your convenient git work

Install Docker on your linux (Ubuntu)

Easier way to do this post

Clone the SensorFusion Repository

  • Clone the repository using your SSH key Clone with SSH key from your GitHub account

git clone --recursive git@github.com:SensorFusionProject/SensorFusion.git

  • If you want to update submodule after cloning the repository

git submodule update --init --recursive

Execute the script for running ROS docker

It’s done!