Connecting Crazyflie with Mac

Discussions and questions about the Crazyradio
Post Reply
Tanay
Beginner
Posts: 4
Joined: Thu Aug 14, 2014 12:55 pm

Connecting Crazyflie with Mac

Post 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?
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: Connecting Crazyflie with Mac

Post by arnaud »

Hi,
Can you try /opt/local/bin/python2.7 bin/cfclient
With macport you have to specify directly the right python executable.
Post Reply