Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amymcgovern authored Feb 22, 2018
1 parent ece100f commit 0d2fcdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Python interface for Parrot Drones
pyparrot is designed to program Parrot Mambo and Parrot Bebop 2 drones using python. This interface was developed to teach kids (K-12) STEM concepts (programming, math, and more) by having them program a drone to fly autonomously. Anyone can use it who is interested in autonomous drone programming!

# Installation, Quick-start, Documenation, FAQs
The majority of the documentation on installing and using the library is in the GitHub [wiki](https://github.com/amymcgovern/pyparrot/wiki)
The GitHub [wiki page for pyparrot](https://github.com/amymcgovern/pyparrot/wiki) has extensive documentation on installing and using pyparrot.

# Planned updates/extensions

Expand All @@ -14,7 +14,7 @@ This is a work in progress. Planned extensions include:
* Downloading pictures from the downward facing camera. We can take photos from it (mambo.take_picture()) but I haven't figured out the protocol to download the photos remotely yet. When I figure that out, I will update the code.

* **Bebop**
* Navigation: The Bebop has a lot of additional navigation commands available. I will implement and test these once the vision is working. For example, the relative move command seems quite useful.
* Navigation: The Bebop has a lot of additional navigation commands available. These are on my agenda soon. For example, the relative move command seems quite useful.

# Major updates and releases:
* 2/10/2018: Version 1.3.1. Updated DroneVision to work on Windows.
Expand Down

0 comments on commit 0d2fcdf

Please sign in to comment.