Search found 3 matches
- Wed Feb 05, 2014 5:34 am
- Forum: General discussions
- Topic: [SOLVED] Getting flying with a Macbook Air
- Replies: 15
- Views: 20511
Re: [SOLVED] Getting flying with a Macbook Air
Issuing the port install py27-pygame failed.. Whisper:~ lithyem$ sudo port install py27-pygame Error: Port py27-pygame not found All worked fine up to there. Any ideas? Google gives me ZERO I also had problem with this but the instruction was incorrect it is actually, $ sudo port install py27-game
- Mon Feb 03, 2014 7:04 pm
- Forum: Developer Discussions
- Topic: New program to control the crazyflie with your keyboard
- Replies: 16
- Views: 13934
Re: New program to control the crazyflie with your keyboard
It appears the script tends to crash after you reach a certain throttle level (i'm assuming due to an overflow of some kind). I believe the overflow is caused by line 237 elif key == 's' and (thrust - thrust_increment >= min_roll): instead of min_roll it should be min_thrust elif key == 's' and (th...
- Sun Jan 26, 2014 11:34 am
- Forum: Developer Discussions
- Topic: New program to control the crazyflie with your keyboard
- Replies: 16
- Views: 13934
Re: New program to control the crazyflie with your keyboard
Hey. I just started working with crazyflie. I wanted to try your program. I'm using the virtual machine and I'm not sure where to put your file to run it. This might sound really easy and I apologize, but I'm new to this. I don't have a game controller and I want to control my crazyflie with a progr...