Search found 9 matches

by mikevoyt
Wed May 08, 2013 4:25 am
Forum: General discussions
Topic: [SOLVED] Getting flying with a Macbook Air
Replies: 15
Views: 13955

Re: Getting flying with a Macbook Air

FYI I'm successfully flying with a 13" MacBook Pro (Retina with USB 3.0) with OS X - I took some notes here:

http://crazyflie.blogspot.com/

-mike
by mikevoyt
Fri Mar 01, 2013 3:00 pm
Forum: Developer Discussions
Topic: Crazyflie development virtual machine
Replies: 9
Views: 13420

Re: Crazyflie development virtual machine

Hi marcus - of course, feel free to use whatever you think would be helpful!

-mike
by mikevoyt
Thu Feb 28, 2013 11:01 pm
Forum: Developer Discussions
Topic: Source Code Location?
Replies: 7
Views: 8080

Re: Source Code Location?

Hi,

Have you disabled pull requests? I fixed something with the Crazyflie PC client (to use 'type'-'id' as the key for inputMap dictionary, so that we can map a button and an axis with the same id), and attempted a pull request, but get "Access denied".

thanks,
-mike
by mikevoyt
Thu Feb 28, 2013 7:34 pm
Forum: Developer Discussions
Topic: Crazyflie development virtual machine
Replies: 9
Views: 13420

Re: Crazyflie development virtual machine

Hi arnaud, I've been taking some notes on what I've been doing with Crazyflie; you can find them here: http://crazyflie.blogspot.com/ In particular, getting cfclient working on OS X can be found here: http://crazyflie.blogspot.com/2013/02/setting-up-on-os-x.html Note that I used the "Lion apple...
by mikevoyt
Wed Feb 27, 2013 11:06 pm
Forum: Developer Discussions
Topic: Crazyflie development virtual machine
Replies: 9
Views: 13420

Re: Crazyflie development virtual machine

What are you using for the Python IDE? If you're going to include Eclipse pre-configured with C/C++ support, maybe you could also pre-configure it for Python development, i.e., with PyDev? Great idea regarding the virtual machine - I've spent some time getting everything up and running (cfclient, fi...
by mikevoyt
Wed Feb 20, 2013 10:49 pm
Forum: Developer Discussions
Topic: PC GUI Application
Replies: 2
Views: 4309

Re: PC GUI Application

Regarding the error - that was due to my first pull request using UTF-8 encoding in the comments, but not specifying the encoding type for the file. I fixed it, and submitted a pull request: https://bitbucket.org/bitcraze/crazyflie-pc-client/pull-request/2/use-ascii-chars-for-comments-otherwise-you/...
by mikevoyt
Fri Feb 08, 2013 6:58 pm
Forum: Developer Discussions
Topic: Using an Apple Trackpad for controlling
Replies: 8
Views: 9449

Re: Using an Apple Trackpad for controlling

Hi Luca, I see from the link that you are planning to detect the raw trackpad touch location in Python. I was actually thinking about taking a different approach - building a native OS X app, and use NSEvent to get swipe, scroll, pinch, and rotate gestures; then, converting those gestures into appro...
by mikevoyt
Fri Feb 08, 2013 2:28 am
Forum: Developer Discussions
Topic: Using an Apple Trackpad for controlling
Replies: 8
Views: 9449

Re: Using an Apple Trackpad for controlling

Hey Luca, Cool, of course, commit when you're ready. Just wanted to let you know I'm interested and willing to collaborate. I took a cursory look at the repositories and hope to dig in some more this weekend as well. I'm curious how much work it'll take to get things up and running on OS X - my main...
by mikevoyt
Thu Feb 07, 2013 5:43 pm
Forum: Developer Discussions
Topic: Using an Apple Trackpad for controlling
Replies: 8
Views: 9449

Re: Using an Apple Trackpad for controlling

Hi Luca, That's a great idea - I'm interested in this as well, and would like to use what you've developed so far (and possibly help contribute). Those are great questions and I'm interested in the answers as well - it'd be nice to learn about the platform while we're waiting for the hardware. Will ...