Page 1 of 1

Connecting Crazyflie with Mac

Posted: Thu Aug 14, 2014 1:01 pm
by Tanay
Hello everyone,
I recently purchased a Crazyflie kit and excitedly assembled it. However, I am unable to get my GUI window running.
I am using an Apple Macbook Pro without Retina Display. I also have a PS3 controller that I want to setup with the Crazyflie.
I have followed the instructions here: https://bitbucket.org/bitcraze/crazyflie-pc-client
I have also tried using Macports from here: http://wiki.bitcraze.se/projects:crazyf ... ls:install
However, whenever I try to type in the command python bin/cfclient. It gives me: /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'bin/cfclient': [Errno 2] No such file or director
I don't understand what I am doing wrong. I have successfully installed homebrew and applications with it such as python 2.7, Mecurial, pygame, pyusb, and libusb.
Is there anything I need to do in order to fix this problem?

Re: Connecting Crazyflie with Mac

Posted: Fri Sep 05, 2014 8:48 am
by arnaud
Hi,
Can you try /opt/local/bin/python2.7 bin/cfclient
With macport you have to specify directly the right python executable.