Search found 47 matches

by hdmathias
Thu Nov 27, 2014 2:06 am
Forum: Developer Discussions
Topic: No Crazyflies found, cannot run example
Replies: 9
Views: 6687

More info -- Re: No Crazyflies found, cannot run example

I continue to look for a solution to this problem. I thought I should check the installations of the dependencies required to run Crazyflie programs from the command line. So I opened IDLE and tried to import PyQt4, pygame and usb. All imported without error. See below. If I understand correctly, th...
by hdmathias
Sun Nov 23, 2014 12:24 am
Forum: Developer Discussions
Topic: No Crazyflies found, cannot run example
Replies: 9
Views: 6687

Re: No Crazyflies found, cannot run example

Good thought about the Python versions. I checked to be sure. I only have Python 2.7 installed (and even if there was another version installed, only Python27 appears in my Path env variable). Still a mystery. Thank you for your continued help.

David
by hdmathias
Fri Nov 21, 2014 2:16 pm
Forum: Developer Discussions
Topic: No Crazyflies found, cannot run example
Replies: 9
Views: 6687

Re: No Crazyflies found, cannot run example

whoenig - thanks for your latest reply. All of the Crazyflie-specific files are from the official package. Of course, I had to install several other applications during the installation process.
by hdmathias
Thu Nov 20, 2014 3:40 pm
Forum: Developer Discussions
Topic: No Crazyflies found, cannot run example
Replies: 9
Views: 6687

Update: Re: No Crazyflies found, cannot run example

I tried running cmd in Administrator mode. The results are the same. Here is what I did: 1. Launch cmd as Administrator 2. Run ramp.py -- error message "No crazyflies found" 3. Run the Windows Crazyflie client, connect to Crazyflie and fly. Works perfectly (except for my bad piloting). 4. ...
by hdmathias
Wed Nov 19, 2014 7:29 pm
Forum: Developer Discussions
Topic: No Crazyflies found, cannot run example
Replies: 9
Views: 6687

Re: No Crazyflies found, cannot run example

Thank you for your reply. I don't think 1 or 3 are the problem (in other words, I don't think I'm doing those things) but I hadn't considered #2. I'll try that and post back. Thank you again.

David
by hdmathias
Wed Nov 19, 2014 3:09 am
Forum: Developer Discussions
Topic: No Crazyflies found, cannot run example
Replies: 9
Views: 6687

Re: No Crazyflies found, cannot run example

I'm sorry to reply to my own topic but I'm still looking for an answer. Can anyone suggest a reason that within Windows I can fly the Crazyflie with the client program but not using the Python examples? When trying with the Python examples, I get the "No Crazyflies found" error. Thank you....
by hdmathias
Sat Nov 01, 2014 3:54 pm
Forum: Developer Discussions
Topic: No Crazyflies found, cannot run example
Replies: 9
Views: 6687

No Crazyflies found, cannot run example

Hello everyone -- I'm having a problem that is driving me a little mad. I have the Crazyflie Python code installed both in Linux on a VM and within Windows on my computer. In the VM, I can run the Python example programs (ramp.py, for example) and everything works perfectly. In Windows, I can run th...