Skip to content

Commit

Permalink
Merge pull request #24 from snlpatel001213/v0.1.4
Browse files Browse the repository at this point in the history
V0.1.4
  • Loading branch information
snlpatel001213 authored Feb 26, 2022
2 parents ceb2aa6 + a9240ee commit f2b91d3
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 27 deletions.
23 changes: 11 additions & 12 deletions Python/AirControl/aircontrol_python.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: aircontrol-python
Version: 0.1.3.2
Version: 0.1.4
Summary: AirControl is an Open Source, Modular, Cross-Platform, and Extensible Flight Simulator For Deep Learning Research.
Home-page: https://aircontrol.readthedocs.io
Author: Sunil Patel
Expand All @@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
<img src="docs/images/logo/banner.png" height="100"/>
<img src="https://github.com/snlpatel001213/AirControl/blob/master/docs/images/logo/banner.png?raw=true" height="100"/>
</p>

<div align="center">
Expand Down Expand Up @@ -59,7 +59,7 @@ Supported Language

# Welcome to Aircontrol

**AirControl is an Open Source, Modular, Cross-Platform, and Extensible Flight Simulator For Deep Learning Research.** Airsim offers a realistic simulation experience with a variety of airplanes. The Airsim is built on [Unity Game engine](https://unity.com). Following are the salient features of the Aircontrol:
**AirControl is an Open Source, Modular, Cross-Platform, and Extensible Flight Simulator For Deep Learning Research.** AirControl offers a realistic simulation experience with a variety of airplanes. The AirControl is built on [Unity Game engine](https://unity.com). Following are the salient features of the Aircontrol:

* Built with **C#**, it has **Python** API to control it from your favorite Deep learning Framework.
* Complete source code is open on Github.
Expand All @@ -82,14 +82,13 @@ Aircontrol may work with lower than the specified requirements, but its not test

You can run Aircontrol in server-client mode in two different machines or both in the single machine.

## Demo

[![AirControl Basic Demo](https://i9.ytimg.com/vi_webp/Lhwb4UVulMs/mqdefault.webp?v=61d6839b&sqp=CIiG2o4G&rs=AOn4CLAEMOJnr4S9jciZ-CBKH26yIQivow)](https://www.youtube.com/watch?v=Lhwb4UVulMs)

<p align="center">
<img src="https://github.com/snlpatel001213/AirControl/blob/master/docs/images/FrontImage.png?raw=true" height="400"/>
</p>

## Control Inputs

![Keyboard Mappings](docs/images/keyboard-layout.png)
![Keyboard Mappings](https://github.com/snlpatel001213/AirControl/blob/master/docs/images/keyboard-layout.png?raw=true)
<details close>
<summary></summary>

Expand Down Expand Up @@ -134,14 +133,14 @@ graph TD

## Future Release
Refer to the Project page for the future release, features and bug tracking : https://github.com/snlpatel001213/AirControl/projects/1
![Projects Tab Mappings](docs/images/projects_tab.png)
![Projects Tab Mappings](https://github.com/snlpatel001213/AirControl/blob/master/docs/images/projects_tab.png)

## Tools and Technology

<div align="center">
<img src="docs/images/Unity_logo.png" width="10%"/>
<img src="docs/images/Python_logo.png" width="10%"/>
<img src="docs/images/CSharp_logo.png" width="10%"/>
<img src="https://github.com/snlpatel001213/AirControl/blob/master/docs/images/Unity_logo.png?raw=true" width="10%"/>
<img src="https://github.com/snlpatel001213/AirControl/blob/master/docs/images/Python_logo.png?raw=true" width="10%"/>
<img src="https://github.com/snlpatel001213/AirControl/blob/master/docs/images/CSharp_logo.png?raw=true" width="10%"/>

</div>

Expand Down
21 changes: 10 additions & 11 deletions Python/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="docs/images/logo/banner.png" height="100"/>
<img src="https://github.com/snlpatel001213/AirControl/blob/master/docs/images/logo/banner.png?raw=true" height="100"/>
</p>

<div align="center">
Expand Down Expand Up @@ -35,7 +35,7 @@ Supported Language

# Welcome to Aircontrol

**AirControl is an Open Source, Modular, Cross-Platform, and Extensible Flight Simulator For Deep Learning Research.** Airsim offers a realistic simulation experience with a variety of airplanes. The Airsim is built on [Unity Game engine](https://unity.com). Following are the salient features of the Aircontrol:
**AirControl is an Open Source, Modular, Cross-Platform, and Extensible Flight Simulator For Deep Learning Research.** AirControl offers a realistic simulation experience with a variety of airplanes. The AirControl is built on [Unity Game engine](https://unity.com). Following are the salient features of the Aircontrol:

* Built with **C#**, it has **Python** API to control it from your favorite Deep learning Framework.
* Complete source code is open on Github.
Expand All @@ -58,14 +58,13 @@ Aircontrol may work with lower than the specified requirements, but its not test

You can run Aircontrol in server-client mode in two different machines or both in the single machine.

## Demo

[![AirControl Basic Demo](https://i9.ytimg.com/vi_webp/Lhwb4UVulMs/mqdefault.webp?v=61d6839b&sqp=CIiG2o4G&rs=AOn4CLAEMOJnr4S9jciZ-CBKH26yIQivow)](https://www.youtube.com/watch?v=Lhwb4UVulMs)

<p align="center">
<img src="https://github.com/snlpatel001213/AirControl/blob/master/docs/images/FrontImage.png?raw=true" height="400"/>
</p>

## Control Inputs

![Keyboard Mappings](docs/images/keyboard-layout.png)
![Keyboard Mappings](https://github.com/snlpatel001213/AirControl/blob/master/docs/images/keyboard-layout.png?raw=true)
<details close>
<summary></summary>

Expand Down Expand Up @@ -110,14 +109,14 @@ graph TD

## Future Release
Refer to the Project page for the future release, features and bug tracking : https://github.com/snlpatel001213/AirControl/projects/1
![Projects Tab Mappings](docs/images/projects_tab.png)
![Projects Tab Mappings](https://github.com/snlpatel001213/AirControl/blob/master/docs/images/projects_tab.png)

## Tools and Technology

<div align="center">
<img src="docs/images/Unity_logo.png" width="10%"/>
<img src="docs/images/Python_logo.png" width="10%"/>
<img src="docs/images/CSharp_logo.png" width="10%"/>
<img src="https://github.com/snlpatel001213/AirControl/blob/master/docs/images/Unity_logo.png?raw=true" width="10%"/>
<img src="https://github.com/snlpatel001213/AirControl/blob/master/docs/images/Python_logo.png?raw=true" width="10%"/>
<img src="https://github.com/snlpatel001213/AirControl/blob/master/docs/images/CSharp_logo.png?raw=true" width="10%"/>

</div>

Expand Down
2 changes: 1 addition & 1 deletion Python/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3.2
0.1.4
Binary file removed Python/dist/aircontrol-python-0.1.3.2.tar.gz
Binary file not shown.
Binary file added Python/dist/aircontrol-python-0.1.4.tar.gz
Binary file not shown.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,22 @@ graph TD

1. Windows - Tested
1. Download Binaries - https://github.com/snlpatel001213/AirControl/releases
2. Build it
2. Build it from source
2. Linux - Tested
1. Download Binaries - https://github.com/snlpatel001213/AirControl/releases
2. Build it
2. Build it from source
3. macOS - Not Tested [`Need Contributors`]
1. Download Binaries - https://github.com/snlpatel001213/AirControl/releases
2. Build it
2. Build it from source

Pypi Release-Alpha [![PyPI version](https://badge.fury.io/py/aircontrol-python.svg)](https://badge.fury.io/py/aircontrol-python) : https://pypi.org/project/aircontrol-python/
```bash
pip install aircontrol-python==<LatestVersion>
```
Snap Release-Alpha (May face issue with capturing controls)
```bash
snap install aircontrol
```

## Documentation

Expand Down

0 comments on commit f2b91d3

Please sign in to comment.