Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 11, 2024
1 parent 9714ffe commit 1f49c10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source /opt/ros/jazzy/setup.bash

# At seprate terminals with each joined into two separate containers
ros2 run demo_nodes_py talker
ros2 run demo_nodes_py listner
ros2 run demo_nodes_cpp listener

# Hurray!
```
12 changes: 6 additions & 6 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
services:
hardware:
# build:
# context: ./ # 도커파일 폴더
# dockerfile: ioes-hardware.dockerfile
# image: ioes-hardware:latest
image: ioeslab/ioes-hardware:latest
build:
context: ./ # 도커파일 폴더
dockerfile: ioes-hardware.dockerfile
image: ioes-hardware:latest
# image: ioeslab/ioes-hardware:latest
command: /bin/bash
tty: true

Expand All @@ -13,7 +13,7 @@ services:
context: ./ # 도커파일 폴더
dockerfile: ioes-simulator.dockerfile
image: ioes-simulator:latest
# image: woensugchoi/ubuntu-arm-rdp-base
# image: ioeslab/ioes-simulator:latest
environment:
- "PYTHONUNBUFFERED=1"
command: >
Expand Down

0 comments on commit 1f49c10

Please sign in to comment.