Search found 3 matches

by wahyunds
Thu Sep 15, 2016 11:41 am
Forum: General discussions
Topic: crazyflie with Kinect Debug
Replies: 0
Views: 5735

crazyflie with Kinect Debug

hello,

im following this https://wiki.bitcraze.io/misc:hacks:kinect to make quadcopter hover autonomously.

when i read the cfkinect.py, we can add argument -d, --debug.

what is -d, --debug using for?
how to execute this?

i tried to type, ./cfkinect -d but nothing changed.

thx :D
by wahyunds
Tue May 17, 2016 5:12 pm
Forum: Developer Discussions
Topic: crazyflie1 with kinect
Replies: 2
Views: 1923

Re: crazyflie1 with kinect

thx for the answer mr. Arnaud :D i can connect the crazyflie with pc client with edit the crazyflie-clients-python/lib/cflib/drivers/crazyradio.py. i set pyusb to false. try: import usb.core pyusb1 = False (true on original file) except: pyusb1 = False i know this trick when i read a thread in this ...
by wahyunds
Mon May 16, 2016 4:37 pm
Forum: Developer Discussions
Topic: crazyflie1 with kinect
Replies: 2
Views: 1923

crazyflie1 with kinect

hello im from a country in southeast Asia. need some help here. just for your information, the crazyflie here is expensive enough for me. :D i recently working on kinect with crazyflie for autopilot and follow this instruction here https://wiki.bitcraze.io/misc:hacks:kinect which still use python 2....