mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-09-05 13:23:14 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user