Skip to content

it is a repo cointain a set of robots and their urdf model to be simulated on ignition gazebo

Notifications You must be signed in to change notification settings

CentroEPiaggio/docker_simulator

 
 

Repository files navigation

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

About

it is a repo cointain a set of robots and their urdf model to be simulated on ignition gazebo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.4%
  • Dockerfile 44.6%