Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
madratman committed Oct 22, 2019
1 parent 484ec82 commit 97daf5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ Notes:
- for running default image, qualification binaries, in headless mode:
`$ ./run_docker_image.sh "" qualification headless`
- for running a custom image in windowed mode, pass in you image name and tag:
`# $ ./run_docker_image.sh DOCKER_IMAGE_NAME:TAG`
`$ ./run_docker_image.sh DOCKER_IMAGE_NAME:TAG`
- for running a custom image in headless mode, pass in you image name and tag, followed by "headless":
# $ ./run_docker_image.sh DOCKER_IMAGE_NAME:TAG headless
`$ ./run_docker_image.sh DOCKER_IMAGE_NAME:TAG headless`

## AirSim API
- To control your drone and get information from the environment, you will need the `airsimneurips` API, which is accessible via Python.
Expand Down

0 comments on commit 97daf5f

Please sign in to comment.