Page 1 of 1

crazyflie with pykinect

Posted: Sun Aug 04, 2013 5:20 pm
by thinkfly
I wish to check the possibilities of programming crazyflie.

For example, let the copter carry a table tennis ball, use a Kinect camera to track is position in space... is it possible to program and control the copter to fly a pre-planned route?

Thinking of using the pykinect package:

https://pypi.python.org/pypi/pykinect/1.0

Ultimately, would be really crazy if I could let it balance a pole, like Dr. Raffaello D'Andrea did in this video with larger quadcopters:

http://www.youtube.com/watch?v=w2itwFJCgFQ

Any thoughts or experiences with similar setup would be greatly appreciated! Thanks.

- Thinkfly

Re: crazyflie with pykinect

Posted: Tue Aug 06, 2013 2:19 pm
by marcus
This sounds exiting, it would be great to see it implemented :-)

As for controlling the Crazyflie it's easy if you use the Python API. It's just a couple of lines of code to connect to the Crazyflie and send control commands. Have a look at this old thread to see a short example. The naming of the functions in the API has changed slightly but the principle is the same.

Re: crazyflie with pykinect

Posted: Wed Aug 07, 2013 2:04 am
by thinkfly
Marcus thanks for the reply