The original project is located at Ruslan-B / AR.Drone.
This if a fork to perform some experiments (2013-09) with a helicopter drone controlled by gaze-interaction. Results to appear in “The Use of Gaze to Control Drones”, ETRA’2014 conference.
--
The AR.Drone 2.0 controlling library for C#/.NET and Mono, with video support.
Built over the original AR.Drone SDK 2.0.1 - using lastest drone firmware.
If case you are looking for Windows RT/Windows Phone support please check this project ARDrone2Windows.
FFmpeg.AutoGen - .NET wrapper for FFmpeg.
This library is stable now. All major features are supported - video, configuration and control.
All experimental features moved to dedicated branch. Please note that this branch under heavy development,
so please don't be suprised if you find some functionality missing or undocumented.
How to build from scratch:
- Clone this:
git clone git://github.com/Ruslan-B/AR.Drone.git
cd AR.Drone
git submodule update --init -
For the video support please review: Usage section of the FFmpeg.AutoGen project.
-
Build AR.Drone solution with MonoDevelop, VS2010 or VS2012.
Please note: for opening solution in VS2010 you should have Microsoft Visual Studio 2010 Service Pack 1 installed.
The solution includes Winform application - AR.Drone.WinApp, it provides minimalistic interface for controling and displaying video from the AR.Drone 2.0.
##License
Copyright 2013 Ruslan Balanukhin ruslan.balanukhin@gmail.com
GNU Lesser General Public License (LGPL) version 3 or later.
http://www.gnu.org/licenses/lgpl.html
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
