Search found 6 matches

by fairlight1337
Wed Aug 12, 2015 8:34 am
Forum: Developer Discussions
Topic: libcflie
Replies: 24
Views: 19004

Re: libcflie

Can you control the Crazyflie through the Python scripts? Depending on your case, the radio address for your device might be different.
by fairlight1337
Wed Aug 12, 2015 7:50 am
Forum: Developer Discussions
Topic: libcflie
Replies: 24
Views: 19004

Re: libcflie

Some other people had that issue as well (see https://github.com/fairlight1337/libcflie/issues/10 ). This might be related to a new motor unlock feature in the newer firmware that first requires a start signal for the motors to accept thrust commands. As far as rshum19 on GitHub pointed out, removin...
by fairlight1337
Tue Aug 04, 2015 12:49 pm
Forum: Developer Discussions
Topic: libcflie
Replies: 24
Views: 19004

Re: libcflie

hallo! very good work!!! I'm trying to run the exe-gui but it says: Sudo: exe-gui command not found Why on the my pc doesnt it work intead on another pc it works??? I follow the same instruction! According to the CMakeLists.txt (https://github.com/fairlight1337/libcflie/blob/master/CMakeLists.txt),...
by fairlight1337
Tue Aug 04, 2015 12:45 pm
Forum: Off topic
Topic: IROS 2015 Hamburg
Replies: 1
Views: 14831

IROS 2015 Hamburg

Hey guys,

Is anyone visiting IROS 2015? Always glad to meet fellow tinkerers :).

Cheers,
Jan
by fairlight1337
Thu Jun 20, 2013 9:26 am
Forum: Developer Discussions
Topic: libcflie
Replies: 24
Views: 19004

Re: libcflie

Thanks guys, makes me happy that someone is actually using it (besides me) :). n0n4m3, you're right. The altitude information is missing from the firmware. Once it is advertised by the firmware, it can be registered for reading and then be read using the sensorDoubleValue() function in the CCrazyfli...
by fairlight1337
Tue Jun 04, 2013 11:11 am
Forum: Developer Discussions
Topic: libcflie
Replies: 24
Views: 19004

libcflie

Hey folks, libcflie guy here. Just in case some of you are actually using the lib - I would love some feedback on what you are missing, what you are experiencing and especially when something goes wrong when using it. I'd really appreciate it :). In case you missed it: You can get the C++ Client Lib...