forked from microsoft/AirSim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Download Binaries | ||
|
||
## Windows | ||
1. Download binaries for the Neighborhood environment from the [latest release](https://github.com/Microsoft/AirSim/releases) and run `AirSimNeighbourhood.bat`. | ||
2. Remote control is required if you want to fly manually. See [remote control setup](remote_control.md) for more details. Alternatively you can use [APIs](docs/apis.md) for programmatic control or use so-called [Computer Vision mode](image_apis.md) to move around using keyboard. | ||
Download the binaries for the environment of your choice from the [latest release](https://github.com/Microsoft/AirSim/releases). | ||
|
||
You can drive the car using keyboard, gamepad or steering wheel. However to fly drone manually, you will need either XBox controller or RC. Please see [remote control setup](remote_control.md) for more details. Alternatively you can use [APIs](docs/apis.md) for programmatic control or use so-called [Computer Vision mode](image_apis.md) to move around in environment using the keyboard. | ||
|
||
Note: If you want to set up your own Unreal environment then you will need to [build it](https://github.com/Microsoft/AirSim/#how-to-get-it) yourself. | ||
If you want to set up your own Unreal environment then please see [these instructions](https://github.com/Microsoft/AirSim/#how-to-get-it). | ||
|
||
## Linux | ||
Binaries for Ubuntu 16.04 LTS is coming soon. For now you will need to [build it on Linux](build_linux.md) yourself. | ||
Binaries for Ubuntu 16.04 LTS is coming soon. For now you will need to [build it on Linux](build_linux.md) yourself. |