Skip to content

Commit

Permalink
Merge pull request #203 from davetcoleman/patch-1
Browse files Browse the repository at this point in the history
Minor grammar and formatting
  • Loading branch information
jrgnicho authored Jul 6, 2018
2 parents abdd925 + 4a9de46 commit ca0969b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gh_pages/_source/session6/Docker-AWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker AWS

## Demo #1 - Run front-end on in gazebo host and back-end in docker
## Demo #1 - Run front-end Gazebo host and back-end in Docker
### Setup workspace
#### Front-end (run on host and only contains gui)
in terminal 1
Expand Down Expand Up @@ -35,6 +35,7 @@ roslaunch fetch_gazebo playground.launch
There are multiple ways to perform this:
- run /bin/bash in the fetch container and manually run the demo node.
- run the demo node directly in the container, which is the method we will perform

Run the back end in terminal 2:
```
docker run --network=host rosindustrial/fetch:indigo roslaunch fetch_gazebo_demo demo.launch
Expand Down

0 comments on commit ca0969b

Please sign in to comment.