Search found 4 matches
- Thu Feb 05, 2015 7:31 pm
- Forum: Developer Discussions
- Topic: Nano 2.0 dropping signal when flight data polled too quickly
- Replies: 3
- Views: 2340
Re: Nano 2.0 dropping signal when flight data polled too qui
Alright. Here it goes! We are attempting to run the quad from the IPython Notebook with interactive widgets to start. Here's a link to the notebook. The logging is happening at 100ms, and the control information is sent at 100ms. If you see any other issues with this notebook, let me know. At the bo...
- Wed Feb 04, 2015 11:23 pm
- Forum: Developer Discussions
- Topic: Nano 2.0 dropping signal when flight data polled too quickly
- Replies: 3
- Views: 2340
Nano 2.0 dropping signal when flight data polled too quickly
I've combined the ramp.py example with the logging example. When I set the logger to 1000ms the drone flies fine, but when I set it to 100ms the drone loses connectivity sporadically (failing on, which is fun...). It seems to happen when I try to vary a control relatively fast. We're trying to figur...
- Thu Jan 29, 2015 6:07 pm
- Forum: Developer Discussions
- Topic: Running from source on Windows
- Replies: 9
- Views: 6920
Re: Running from source on Windows
Now I am having the same problem on a Mac... haha the exact same error and everything!
... -admin$ python --version
Python 2.7.7 :: Anaconda 2.0.1 (x86_64)
from the PKG-INFO file in pyusb
Name: pyusb
Version: 1.0.0b2
And the USB driver appears to have installed no problem on the mac here.
... -admin$ python --version
Python 2.7.7 :: Anaconda 2.0.1 (x86_64)
from the PKG-INFO file in pyusb
Name: pyusb
Version: 1.0.0b2
And the USB driver appears to have installed no problem on the mac here.
- Thu Jan 29, 2015 3:38 am
- Forum: Developer Discussions
- Topic: Running from source on Windows
- Replies: 9
- Views: 6920
Re: Running from source on Windows
Krokoko I'm having the exact same problem under the exact same circumstances... Pretty crazy that we're both attempting to do the same thing one day apart! I will let you know if I find a fix, and I hope you will do the same!