Search found 19 matches

by otto
Mon Jun 13, 2016 2:24 am
Forum: Support
Topic: Crazyflie 1.0 and firmware > 2015.1
Replies: 5
Views: 4857

Re: Crazyflie 1.0 and firmware > 2015.1

I am experiencing the same issue
by otto
Wed Aug 27, 2014 1:22 am
Forum: Developer Discussions
Topic: [FEATURE ADDED] CareFree Mode
Replies: 8
Views: 5673

Re: [FEATURE ADDED] CareFree Mode

I don't mean to spoil the fun but I'm fairly certain this is the same thing as what I did in this thread: http://forum.bitcraze.se/viewtopic.php?f=6&t=847
by otto
Wed Aug 27, 2014 1:20 am
Forum: Developer Discussions
Topic: [HELP]Realizing new flight mode
Replies: 6
Views: 5240

Re: [HELP]Realizing new flight mode

Well, it seems like further along in the video they say that that mode is just turning on the motors automatically after you throw it. I suppose the visual effect they displayed could be done by using the barometer to lock the Crazyflie at a certain height.
by otto
Wed Apr 30, 2014 11:26 am
Forum: Developer Discussions
Topic: Flying using fixed rotation(Headfree mode)
Replies: 13
Views: 11475

Re: Flying using fixed rotation(Headfree mode)

Alfred, Counteracting external forces sounds really cool, maybe you could even implement that, but without the yaw lock. The user would still have control over yaw, but the yaw that your program locks to is constantly set to the target yaw of the user(or should it be the current yaw?) Basically as a...
by otto
Wed Apr 30, 2014 2:45 am
Forum: Developer Discussions
Topic: Flying using fixed rotation(Headfree mode)
Replies: 13
Views: 11475

Re: Flying using fixed rotation(Headfree mode)

Hi Alfred, Cool to see that someone else is doing the same thing! I'd like to see the difference in how you and I implemented the headfree mode or "yaw lock" as you call it. Additionally, Once the button is pressed, the crazyflie will lock its orientation about its vertical axis (fixes the...
by otto
Tue Apr 29, 2014 3:33 pm
Forum: Developer Discussions
Topic: Flying using fixed rotation(Headfree mode)
Replies: 13
Views: 11475

Re: Flying using fixed rotation(Headfree mode)

This is great fun! Cool! Glad you enjoyed it! I just wonder if we need a button or something to reset the 'front' orientation. Yeah I think it probably needs a toggle button for the mode, as well as a front reset button, maybe added to the controller config. I was also thinking it could constantly ...
by otto
Mon Apr 28, 2014 10:31 pm
Forum: Developer Discussions
Topic: Flying using fixed rotation(Headfree mode)
Replies: 13
Views: 11475

Re: Flying using fixed rotation(Headfree mode)

https://github.com/ottodog/crazyflie-clients-python
That should work. I'll make headfree mode an option with a toggle button as soon as I can.
by otto
Mon Apr 28, 2014 7:26 pm
Forum: Developer Discussions
Topic: Working FPV Camera setup with realtime HUD
Replies: 57
Views: 64727

Re: Working FPV Camera setup with realtime HUD

Phasmicor wrote:Just a random idea but would it work to take an arm out of the camera holder and rotate the camera 45 degrees, then fly it in X-mode so that you don't have a propeller obscuring the top of the image.
I have no experience personally, but I recall someone saying that rotating it 45 is worse.
by otto
Mon Apr 28, 2014 2:55 pm
Forum: Developer Discussions
Topic: Flying using fixed rotation(Headfree mode)
Replies: 13
Views: 11475

Re: Flying using fixed rotation

Arnaud, Just rename bin/cfclient into bin/cfclient.py and double click on it to launch the client from source. Thanks for the advice, I will try it as soon as I get a chance. Did you push this code anywhere? I would be curious to try out . Not yet. I'll do some polishing up, and then I would be more...