Docker-Compose root src fix & New Catkin WS

- Change docker-compose to point to rrrobot_ws and ariac_ws in root src folder
- Add CMakeLists.txt for ariac_ws
This commit is contained in:
Sravan Balaji
2020-04-20 18:49:40 -04:00
parent dc0914abaa
commit d2f09fb729
2 changed files with 71 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ services:
# Mount gazebo folder on host to app folder in container
volumes:
#- .docker_env/gazebo/.gazebo:/root/.gazebo
- ../rrrobot_ws:/app/rrrobot_ws
- ../src/rrrobot_ws:/app/rrrobot_ws
# Set DISPLAY variable and network mode for GUIs
environment:
- DISPLAY=${IP_ADDRESS}:0.0
@@ -77,12 +77,13 @@ services:
build: ./gear
# Mount gear folder on host to app folder in container
volumes:
- ../rrrobot_ws:/app/rrrobot_ws
- ../src/rrrobot_ws:/app/rrrobot_ws
- ../src/ariac_ws:/app/ariac_ws
# Set DISPLAY variable and network mode for GUIs
environment:
- DISPLAY=${IP_ADDRESS}:0.0
# Set working directory in container to app folder
working_dir: /app/rrrobot_ws
working_dir: /app
hostname: "rrrobot-env"
networks:
- ros