mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-08-29 02:33:15 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user