Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.03 KB

Dockerized Gazebo Harmonic Simulator

introduction

This repository contains a docker compose structure to simulate robots in Gazebo Sim Harmonic supported by ROS2 jazzy on ubuntu 24.04. The Repository purpose is to provide an easy set up to allow robotic software developer to test their own controller in simulation.

prerequisite

Docker Engine: follow the docker engine installation here and then enable the docker usage as non-root user as specified here

Install Nvidia Driver: TODO

Nvidia-Container-Toolkit: follow the nvidia-container-toolkit following this

Build

bash compose_build.bash

Start Compose

docker compose up -d

docker compose exec ros2_shell bash

NVIDIA stuff test

To test the correct isntallation of the nvidia support you have to start the container and call

nvidia-smi