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
26 changed files
with
506 additions
and
329 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
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
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
Metadata-Version: 2.1 | ||
Name: airsim | ||
Version: 1.2.0 | ||
Summary: Open source simulator based on Unreal Engine for autonomous vehicles from Microsoft AI & Research | ||
Home-page: https://github.com/microsoft/airsim | ||
Author: Shital Shah | ||
Author-email: sytelus@gmail.com | ||
License: UNKNOWN | ||
Description: # Python API Examples for AirSim | ||
|
||
This folder contains Python package and examples for [AirSim](https://github.com/microsoft/airsim). | ||
|
||
## Pre-requisites | ||
Please make sure you have installed Python package for msgpack (this needs administrator/sudo prompt): | ||
``` | ||
pip install msgpack-rpc-python | ||
``` | ||
|
||
Some examples requires opencv. You can install required packages by running `install_packages.bat`. | ||
|
||
Note: Do not run `setup.py`. It is meant for creating python package. | ||
|
||
## How to Run | ||
Try out `car/hello_car.py` or `multirotor\hello_drone.py`. | ||
You can run them either from Visual Studio solution or from command line like usual Python scripts. | ||
Also explore other examples. | ||
|
||
## Folder Structure | ||
|
||
The `airsim` folder contains wrapper over msgpack APIs to expose AirSim APIs in friendly Pythonic way. | ||
Other folders contains example code for how to use APIs. | ||
|
||
## More Info | ||
|
||
More information on AirSim Python APIs can be found at: | ||
https://github.com/Microsoft/AirSim/blob/master/docs/python.md | ||
|
||
|
||
Platform: UNKNOWN | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: License :: OSI Approved :: MIT License | ||
Classifier: Operating System :: OS Independent | ||
Description-Content-Type: text/markdown |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
README.md | ||
setup.py | ||
airsim/__init__.py | ||
airsim/client.py | ||
airsim/pfm.py | ||
airsim/types.py | ||
airsim/utils.py | ||
airsim.egg-info/PKG-INFO | ||
airsim.egg-info/SOURCES.txt | ||
airsim.egg-info/dependency_links.txt | ||
airsim.egg-info/top_level.txt |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
airsim |
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
Binary file not shown.
Binary file not shown.
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
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
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
Oops, something went wrong.