looking forward for the part 2
Search found 7 matches
- Fri Feb 07, 2014 8:54 am
- Forum: Developer Discussions
- Topic: Did anyone get the Cylon Crazyflie adapter to work?
- Replies: 11
- Views: 10512
Re: Did anyone get the Cylon Crazyflie adapter to work?
very interesting project 
looking forward for the part 2
looking forward for the part 2
- Sun Feb 02, 2014 9:20 pm
- Forum: Developer Discussions
- Topic: Did anyone get the Cylon Crazyflie adapter to work?
- Replies: 11
- Views: 10512
Re: Did anyone get the Cylon Crazyflie adapter to work?
indeed, cylon uses aerogel, that's why i tried it directly
here is a git depot i'm was working on https://bitbucket.org/kikill/aerocrazy
here is a git depot i'm was working on https://bitbucket.org/kikill/aerocrazy
- Sun Feb 02, 2014 2:01 pm
- Forum: Developer Discussions
- Topic: New program to control the crazyflie with your keyboard
- Replies: 16
- Views: 15026
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 prog...
- Sun Feb 02, 2014 1:43 pm
- Forum: Developer Discussions
- Topic: New program to control the crazyflie with your keyboard
- Replies: 16
- Views: 15026
Re: New program to control the crazyflie with your keyboard
sorry i didn't reply sooner : here is the code https://bitbucket.org/kikill/hova
i failed to make it work as i hoped, i guess i miss some flight knowledge, in order to make the CF hovering
i failed to make it work as i hoped, i guess i miss some flight knowledge, in order to make the CF hovering
- Sun Feb 02, 2014 12:14 pm
- Forum: Developer Discussions
- Topic: Did anyone get the Cylon Crazyflie adapter to work?
- Replies: 11
- Views: 10512
Re: Did anyone get the Cylon Crazyflie adapter to work?
maybe you could try aerogel https://github.com/ceejbot/aerogel instead of cylon
- Mon Jan 27, 2014 1:34 pm
- Forum: Developer Discussions
- Topic: Did anyone get the Cylon Crazyflie adapter to work?
- Replies: 11
- Views: 10512
Re: Did anyone get the Cylon Crazyflie adapter to work?
yes i could make it work (in archlinux in VM and also in a raspberry).
but i had to turn off/on the crazyflie and execute several times the script.
that made me switch to python
but i had to turn off/on the crazyflie and execute several times the script.
that made me switch to python
- Fri Jan 10, 2014 1:48 pm
- Forum: Developer Discussions
- Topic: New program to control the crazyflie with your keyboard
- Replies: 16
- Views: 15026
Re: New program to control the crazyflie with your keyboard
thank you eldraco for sharing those programs -> keyboard_control.py i noticed you wrote this code twice start_roll = 0 roll_increment = 30 min_roll = -50 max_roll = 50 talking about the hovering, does this code get the altitude (from sea level) ? self.logData.add_variable("baro.aslLong", &...