Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neka-nat/ros-drcsim

Docker image to provide DRCSim environment.
https://github.com/neka-nat/ros-drcsim

docker-image ros

Last synced: 17 days ago
JSON representation

Docker image to provide DRCSim environment.

Awesome Lists containing this project

README

        

ros-drcsim
===========

Docker image to provide DRCSim environment.
It can not be used on the nvidia driver.

Quick start
------------

Build image.

```
docker build -t ros_drcsim:1.0 .
```

Create container

```
docker run -ti --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --device=/dev/dri:/dev/dri ros_drcsim:1.0
```

The following window will be launched.

![drcsim_gz](drcsim_gz.png)