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

https://github.com/brean/hospital-world-docker


https://github.com/brean/hospital-world-docker

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hospital World Docker
Load the [aws-robomaker-hospital-world environment](https://github.com/aws-robotics/aws-robomaker-hospital-world) from a docker-container.

Also spawns an actor that moves inside the hospital on a fixed path (see [this repo](../../../gazebo-actor-in-hospital) ).

# Installation
just run `docker-compose build`

# Running
1. You need to install docker-nvidia2 if you have an nvidia graphics card and probably also set the default-environment to nvidia in your deamon.json file. See [DGX Systems Documentation](https://docs.nvidia.com/dgx/nvidia-container-runtime-upgrade/index.html) for details.
1. You need to call `xhost +local:root` before you can run `docker-compose up`, there is a handy `up.bash`-script that does just that for you, so just run the up-script and wait a few seconds (or even minutes depending on your hardware).

Note that this starts only the hospital-environment without any robot, actor or bed in it.