Giter VIP home page Giter VIP logo

python-fedrone's People

Contributors

eisensheng avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

python-fedrone's Issues

Add logging

I think, would be great to add 2 loggers:

  1. AT-Commands with short description, what these commands do
  2. High level logger, which write log for high level commands. Example:
127.0.0.1 - - [19/Aug/2012 11:57:57] take_off
127.0.0.1 - - [19/Aug/2012 11:58:10] land

And, after that I can just use tail -f and see, what's really going on.

Failed build on Mac OS 10.6

Python 2.7
Mac OS 10.8

$ mkvirtualenv ardrone -p python2.7 --no-site-packages
$ workon ardrone
$ pip install http://pyglet.googlecode.com/files/pyglet-1.2alpha1.zip

Everything ok.
But:

$ pip install -e git+https://bitbucket.org/eisensheng/python-fedrone.git#egg=FeDrone

failed.

I also try sudo ARCHFLAGS="-arch i386 -arch x86_64", but have the same error.

Traceback: https://gist.github.com/3413225

Deal with competitive events

I try to run next script:

from fedrone.drone import ArDrone

drone = ArDrone()

for i in range(5):
    print('takeoff')
    drone.takeoff()
    print('land')
    drone.land()

And drone do nothing.

When I insert some sleep between events, my drone 5 times made takeoff and land.
Is that right?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.