SIGN IN SIGN UP
microsoft / AirSim UNCLAIMED

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research

0 0 29 C++
2018-06-19 03:10:38 -07:00
# Python API for AirSim
2018-06-18 03:03:48 -07:00
2018-06-19 03:10:38 -07:00
This package contains Python APIs for [AirSim](https://github.com/microsoft/airsim).
2018-06-18 03:03:48 -07:00
2018-06-19 03:10:38 -07:00
## How to Use
2019-10-19 11:36:03 -03:00
See examples at [car/hello_car.py](https://github.com/Microsoft/AirSim/blob/master/PythonClient/car/hello_car.py) or [multirotor/hello_drone.py](https://github.com/microsoft/AirSim/blob/master/PythonClient/multirotor/hello_drone.py).
2018-06-19 03:10:38 -07:00
## Dependencies
This package depends on `msgpack` and would automatically install `msgpack-rpc-python` (this may need administrator/sudo prompt):
2018-06-18 03:03:48 -07:00
```
pip install msgpack-rpc-python
```
2018-06-19 03:10:38 -07:00
Some examples also requires opencv.
2018-06-18 03:03:48 -07:00
## More Info
2018-06-18 03:03:48 -07:00
More information on AirSim Python APIs can be found at:
https://github.com/Microsoft/AirSim/blob/master/docs/python.md