Warehouse Documentation & Docker

- Add instructions for running warehouse simulation to README
- Create new warehouse docker service based on gazebo service
- Add new warehouse Dockerfile with commands for installing GEAR
This commit is contained in:
Sravan Balaji
2020-04-12 11:51:52 -04:00
parent 30f39c7fdd
commit 60bc79aea5
3 changed files with 96 additions and 9 deletions

View File

@@ -70,3 +70,19 @@ services:
hostname: "rrrobot-env"
networks:
- ros
# Warehouse Production Service
warehouse:
# Use Dockerfile in warehouse folder
build: ./warehouse
# Mount warehouse folder on host to app folder in container
volumes:
- ../rrrobot_src:/app/rrrobot_src
# Set DISPLAY variable and network mode for GUIs
environment:
- DISPLAY=${IP_ADDRESS}:0.0
# Set working directory in container to app folder
# working_dir: /home/rrrobot
hostname: "rrrobot-env"
networks:
- ros