Search found 5 matches

by quellofool
Wed Sep 07, 2016 5:08 pm
Forum: Developer discussions
Topic: Crazyradio with Matlab
Replies: 10
Views: 14983

Re: Crazyradio with Matlab

So this was my approach and so far I'm able to send commands to a single crazyflie: I started with this API I found on GitHub that builds MATLAB MEX functions utilizing ZMQ's C Library: https://github.com/fagg/matlab-zmq The documentation and commenting is pretty good. Once it's installed make sure ...
by quellofool
Thu Aug 11, 2016 8:39 pm
Forum: Developer discussions
Topic: Enabling ZMQ Input
Replies: 1
Views: 2999

Re: Enabling ZMQ Input

I ended up switching to an OSX build and ZMQ appears to be working well there. I think the issue I was encountering on my Windows build has to do with an error with the input device selection, which appears to be broken for the 2016.4 release.
by quellofool
Thu Aug 11, 2016 8:37 pm
Forum: Support
Topic: No Input-device found
Replies: 3
Views: 4035

Re: No Input-device found

Well that's good to know. I tried the current dev build on github, the 2016.4 build, and a 2014 build that I received from a professor. The 2016.4 build has the input-device issue, the dev build crashes upon startup, and the 2014 build fails to link up with the crazyflie. So I abandoned the windows ...
by quellofool
Wed Aug 10, 2016 5:51 pm
Forum: Support
Topic: No Input-device found
Replies: 3
Views: 4035

Re: No Input-device found

I am having this same issue. Did you per chance ever find a solution? At this point I'm wondering if I should try to build an older version of the client.
by quellofool
Tue Aug 09, 2016 5:42 pm
Forum: Developer discussions
Topic: Enabling ZMQ Input
Replies: 1
Views: 2999

Enabling ZMQ Input

Hello, I'm new to the forums and the crazyflie platform in general. I'm trying to enable ZMQ as input but I'm not getting any feedback from the client that it is enabled. I modified the config.json file to enable the input however, it does not appear as input device option in the input device drop d...