Skip to content

Commit 8990caa

Browse files
committed
v1 release update, add back missing .bin file
1 parent 62c2c6e commit 8990caa

File tree

6 files changed

+20
-8
lines changed

6 files changed

+20
-8
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ AirSim has been going through massive revamping and new additions. It now has bu
1414

1515
## How to Get It
1616

17-
* [Build it on Windows](docs/build_windows.md)
18-
* [Build it on Linux](docs/build_linux.md)
17+
### Windows
18+
* [Download binaries](docs/use_precompiled.md)
19+
* [Build it](docs/build_windows.md)
20+
21+
### Linux
22+
* [Build it](docs/build_linux.md)
1923

2024
## How to Use It
2125

Unreal/Environments/Blocks/Blocks.uproject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"FileVersion": 3,
3-
"EngineAssociation": "{1E0B7D38-2007-110B-0029-02294AE308CD}",
3+
"EngineAssociation": "4.16",
44
"Category": "",
55
"Description": "",
66
"Modules": [

docs/misc/AirSim_FrSkyTaranis.bin

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
o9x3�M����I Quad X4zd�I ��������d�I�����d�I������d�I����d�\Q �d�]Q
2+
�d�^Q �d�_Q �d�`Q�d�aQ�d�bQ�d�cvM�d�I�N��d�I�L��d�I�K��d�I�WWWWWWWo������������_

docs/remote_control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can either use XBox controller or [FrSky Taranis X9D Plus](https://hobbyking
1313

1414
### Note on FrSky Taranis X9D Plus
1515

16-
[FrSky Taranis X9D Plus](https://hobbyking.com/en_us/frsky-2-4ghz-accst-taranis-x9d-plus-and-x8r-combo-digital-telemetry-radio-system-mode-2.html) is real UAV remote control with an advantage that it has USB port so it can be directly connected to PC. You can [download AirSim config file](../Unreal/Plugins/AirSim/Dependencies/x360ce/AirSim_FrSkyTaranis.bin) and [follow this tutorial](https://www.youtube.com/watch?v=qe-13Gyb0sw) to import it in your RC. You should then see "sim" model in RC with all channels configured properly.
16+
[FrSky Taranis X9D Plus](https://hobbyking.com/en_us/frsky-2-4ghz-accst-taranis-x9d-plus-and-x8r-combo-digital-telemetry-radio-system-mode-2.html) is real UAV remote control with an advantage that it has USB port so it can be directly connected to PC. You can [download AirSim config file](misc/AirSim_FrSkyTaranis.bin) and [follow this tutorial](https://www.youtube.com/watch?v=qe-13Gyb0sw) to import it in your RC. You should then see "sim" model in RC with all channels configured properly.
1717

1818
### Note on Linux
1919
Currently default config on Linux is for using Xbox controller. This means other devices might not work properly. In future we will add ability to configure RC in settings.json but for now you *might* have to change code in [SimJoystick.cpp file](/Unreal/Plugins/AirSim/Source/SimJoyStick/SimJoyStick.cpp#L340) to use other devices.

docs/use_precompiled.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
# Coming Soon
2-
Unreal Environments are highly detailed and generates very large files. We are still trying to figure out the best strategy to host these big binaries.
1+
# Download Binaries
32

4-
We *might* be able to make binaries available through private channels as a one-off item to select individuals. Due to licensing
5-
restrictions, we cannot make some of our environments available as source code.
3+
## Windows
4+
1. Download binaries for the Neighborhood environment from the [latest release](https://github.com/Microsoft/AirSim/releases) and run `AirSimNeighbourhood.bat`.
5+
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.
6+
7+
8+
Note: If you want to set up your own Unreal environment then you will need to [build it](../#how-to-get-it) yourself.
9+
10+
## Linux
11+
Binaries for Ubuntu 16.04 LTS is coming soon. For now you will need to [build it on Linux](build_linux.md) yourself.

0 commit comments

Comments
 (0)