Search found 5 matches

by fixp
Sun Jan 18, 2015 10:09 pm
Forum: Developer Discussions
Topic: Building my own quad based on crazy-flie!
Replies: 3
Views: 2409

Building my own quad based on crazy-flie!

Hi everyone, I'm building a big quadcopter with some separated pieces I bought. I did some modification to be able to build crazi flie on my STM32103-RB with no bootloader. In controls.c there is a define BRUSHLESS_MOTORCONTROLLER. What is the other motor controller? If i have ESC's I should use thi...
by fixp
Sun Jan 18, 2015 1:40 pm
Forum: Developer Discussions
Topic: How to convert movements into RPY?
Replies: 2
Views: 2292

Re: How to convert movements into RPY?

Thank you very much crazy guy! what does CF stands for? crazy flie no? But there is something I dont get.... when you said ' gets the data for example from the connected usb-controller (roll, pitch, yaw, thrust)' you mean what kind of data?? because the PS3 controller wont get you that plain data, i...
by fixp
Mon Jan 12, 2015 7:39 pm
Forum: Developer Discussions
Topic: How to convert movements into RPY?
Replies: 2
Views: 2292

How to convert movements into RPY?

Hello everyone, I'm following the crazyflie code in order to modify it a bit to get kind of autonomous flight. What I meant is like to give instructions with an script 'go forward' 'turn 20 degrees' 'stop but keep altitude' . Diving into the code I arrived to some part on the stabilizer.c where if t...