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...
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
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
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", &...