Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/snlpatel001213/AirControl
Browse files Browse the repository at this point in the history
…into v1.5.0
  • Loading branch information
snlpatel001213 committed Jun 12, 2022
2 parents e8b1fbc + a18537c commit 837aaab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div align="center">

![GitHub release (latest by date)](https://img.shields.io/badge/Release-1.5.0-orange)
![GitHub release (latest by date)](https://img.shields.io/badge/Release-1.0.0-orange)
![GitHub repo size](https://img.shields.io/github/repo-size/snlpatel001213/AirControl)
![GitHub repo size](https://badgen.net/github/license/micromatch/micromatch)
[![Documentation Status](https://readthedocs.org/projects/aircontrol/badge/?version=master)](https://aircontrol.readthedocs.io/en/master/?badge=master)
Expand Down Expand Up @@ -63,7 +63,7 @@ You can run AirControl in server-client mode with two different machines or both
<img src="https://github.com/snlpatel001213/AirControl/blob/master/docs/images/FrontImage.png?raw=true" height="400"/>
</p>

## Controlling with keyboard
## Control Inputs

![Keyboard Mappings](https://github.com/snlpatel001213/AirControl/blob/master/docs/images/keyboard-layout.png?raw=true)
<details close>
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div align="center">

![GitHub release (latest by date)](https://img.shields.io/badge/Release-1.0.0-orange)
![GitHub release (latest by date)](https://img.shields.io/badge/Release-1.2.0-orange)
![GitHub repo size](https://img.shields.io/github/repo-size/snlpatel001213/AirControl)
![GitHub repo size](https://badgen.net/github/license/micromatch/micromatch)
[![Documentation Status](https://readthedocs.org/projects/aircontrol/badge/?version=master)](https://aircontrol.readthedocs.io/en/master/?badge=master)
Expand All @@ -14,7 +14,7 @@
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/snlpatel001213/AirControl)
![visitors](https://visitor-badge.glitch.me/badge?page_id=snlpatel001213.visitor-badge.issue.1)
[![Gitter](https://badges.gitter.im/Aircontrol-chat/community.svg)](https://gitter.im/Aircontrol-chat/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![PyPI version](https://badge.fury.io/py/airctrl.svg)](https://badge.fury.io/py/aircontrol-python)
[![PyPI version](https://badge.fury.io/py/airctrl.svg)](https://badge.fury.io/py/airctrl)
[![aircontrol](https://snapcraft.io/aircontrol/badge.svg)](https://snapcraft.io/aircontrol)

Supported OS
Expand Down Expand Up @@ -116,7 +116,7 @@ graph TD
OR
Use relative imports
```
**Pypi Release-Alpha** `Not Tested` [![PyPI version](https://badge.fury.io/py/airctrl.svg)](https://badge.fury.io/py/airctrl) : https://pypi.org/project/aircontrol-python/
**Pypi Release** [![PyPI version](https://badge.fury.io/py/airctrl.svg)](https://badge.fury.io/py/airctrl) : https://pypi.org/project/airctrl/
```
pip install airctrl
```
Expand Down Expand Up @@ -164,4 +164,3 @@ We love your input! We want to make contributing to AirControl as easy and trans
### Current Contributors
<a href = "https://github.com/snlpatel001213/AirControl/graphs/contributors">
<img src = "https://contrib.rocks/image?repo=snlpatel001213/AirControl"/>
</a>
4 changes: 2 additions & 2 deletions docs/source/lidar_API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -502,14 +502,14 @@ the above-shown lidar output is very near to airplane.

|image0|

.. |image0| image:: ../images/lidar/5.png
.. |image0| image:: ../../docs/images/lidar/5.png

Similarly, lidar interacts with buildings and provides a sense of
nearness.

|image0|

.. |image0| image:: ../images/lidar/9.png
.. |image0| image:: ../../docs/images/lidar/9.png

Reference
---------
Expand Down

0 comments on commit 837aaab

Please sign in to comment.