Skip to content

Base docker container for newer Gazebo versions ontop of ROS 2

License

Notifications You must be signed in to change notification settings

brean/gz-sim-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gz-sim-docker

Base docker container for Gazebo on top of ROS using NVIDIA runtime.

Usage

You can build your own Docker container using:

FROM brean/gz_sim_harmonic:jazzy

to build your docker environment.

To test can easily run it like this:

xhost +local:root
docker compose run gz_sim

(see "./sim-docker-compose.bash")

or if you don't have a configured docker-compose.yml file

xhost +local:root
docker run -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw --privileged brean/gz_sim:harmonic-jazzy

(see "./sim-docker.bash")

rebuilding

To rebuild the docker container call docker compose build in this directory, although that is NOT necessary, you can just call docker compose pull

About

Base docker container for newer Gazebo versions ontop of ROS 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published