Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cseas/AirSim into cseas-m…
Browse files Browse the repository at this point in the history
…aster
  • Loading branch information
sytelus committed Jul 26, 2018
2 parents 076d9c4 + fe90123 commit 09b1a4c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ First install this package:
pip install msgpack-rpc-python
```

You can either get AirSim binaries from [releases](https://github.com/Microsoft/AirSim/releases) or compile from the source ([Windows](https://github.com/Microsoft/AirSim/blob/master/docs/build_windows.md), [Linux](https://github.com/Microsoft/AirSim/blob/master/docs/build_linux.md)). Once you can run AirSim, choose Car as vehicle and then navigate to `PythonClient\car\` folder and run:
You can either get AirSim binaries from [releases](https://github.com/Microsoft/AirSim/releases) or compile from the source ([Windows](https://github.com/Microsoft/AirSim/blob/master/docs/build_windows.md), [Linux](https://github.com/Microsoft/AirSim/blob/master/docs/build_linux.md)).

The AirSim binaries, like CityEnviron, require a beefy system to run smoothly. You can run them in low resolution mode by editing the `run.bat` file on Windows like this:
```
start CityEnviron -ResX=640 -ResY=480 -windowed
```

Once you can run AirSim, choose Car as vehicle and then navigate to `PythonClient\car\` folder and run:

```
python hello_car.py
Expand Down

0 comments on commit 09b1a4c

Please sign in to comment.