Search found 4 matches

by rshum19
Fri Nov 13, 2015 4:28 am
Forum: Developer discussions
Topic: LIBUSB_ERROR_TIMEOUT
Replies: 1
Views: 2792

LIBUSB_ERROR_TIMEOUT

Hello,

I'm constantly having some issues with the CrazyRadio PA. It starts working fine but after about 30sec I would get: LIBUSB_ERROR_TIMEOUT.

I'm not sure why this could be. Could it be because I'm running ubuntu in a VM ?? Or some driver problem?

Any insight will be highly appreciate it
by rshum19
Sat Sep 12, 2015 7:23 pm
Forum: Developer Discussions
Topic: Control with UDP
Replies: 8
Views: 5629

Re: Control with UDP

Hi whoeining,

I have a simulink "library" that I created from wrapping c++ code. If you are interested let me know and I can share it. I also have a zmq input from matlab working. It's still need some cleaning up but it works very good.

- Roberto
by rshum19
Mon Aug 03, 2015 3:31 am
Forum: Developer Discussions
Topic: Using ZMQ as input device
Replies: 3
Views: 3368

Re: Using ZMQ as input device

Hi,

Great thanks for fixing the bugs it works nicely now. Yes, by all means go ahead and push my code.
by rshum19
Thu Jul 30, 2015 10:46 pm
Forum: Developer Discussions
Topic: Using ZMQ as input device
Replies: 3
Views: 3368

Using ZMQ as input device

Hello, I'm trying to control my crazyflie using ZMQ as the input device. I have enabled the Crazyflie python client to use ZMQ as input device by editing the config.json file. I have also created a python script that will send a constant thrust signal but I can't figure out why its not working. When...