Search found 26 matches

by nanobot9000
Tue Oct 04, 2016 12:56 pm
Forum: Support
Topic: MacPorts and cflib Python question
Replies: 1
Views: 1721

MacPorts and cflib Python question

I am new to programming my crazyflie and have followed the steps to install MacPorts from the github page for installing pyton and have reached this step and not sure exactly what I am to do next. All the previous steps list the commands to execute. "Install cflib from https://github.com/bitcra...
by nanobot9000
Mon Oct 03, 2016 4:37 pm
Forum: General discussions
Topic: Autonomous development from Centeye - updated progress
Replies: 2
Views: 2314

Autonomous development from Centeye - updated progress

Centeye Autonomous Nano Drone with 360 Degree Stereo Vision

I just happened to check on this project from last fall and it looks like they are making some progress. This would be a great add on! Check out the short update http://www.centeye.com/sample-page/
by nanobot9000
Thu Sep 01, 2016 6:16 pm
Forum: General discussions
Topic: Enabling Altitude Hold
Replies: 6
Views: 5145

Re: Enabling Altitude Hold

Thanks for the reply. I did notice the huge drops and rises and was about to comment on that. I will definitely give the foam addition a shot. I have also been talking with Arnaud about adding the Alt Hold feature to the iOS app :D
by nanobot9000
Fri Aug 05, 2016 12:57 pm
Forum: General discussions
Topic: Enabling Altitude Hold
Replies: 6
Views: 5145

Re: Enabling Altitude Hold

Thanks! I thought that was the case and that I had read that somewhere, but wanted to be certain. I appreciate the response.
by nanobot9000
Thu Aug 04, 2016 6:08 pm
Forum: General discussions
Topic: Enabling Altitude Hold
Replies: 6
Views: 5145

Enabling Altitude Hold

Just a quick question about using altitude hold. Based on this wiki article: https://wiki.bitcraze.io/projects:crazyflie:firmware:altitude_hold It looks like all I need to do is set a button in the interface configuration to program the button on my PS3 controller. Do I need to enable any flags in t...
by nanobot9000
Thu Jun 23, 2016 12:16 pm
Forum: Support
Topic: CF 2.0 Yaw Rotation question and iPhone App
Replies: 2
Views: 2648

Re: CF 2.0 Yaw Rotation question and iPhone App

Thank you for the reply and links. I had not and will test that out. Thanks! :D
by nanobot9000
Wed Jun 22, 2016 2:12 am
Forum: Support
Topic: CF 2.0 Yaw Rotation question and iPhone App
Replies: 2
Views: 2648

CF 2.0 Yaw Rotation question and iPhone App

Just for background info I have been playing around with the PID setting suggested under the "Tuning..." post and have a question about yaw drift in general. I have inspected the propellers and have even swapped motors around but when I take off using my iPhone I get a yaw rotational drift...
by nanobot9000
Wed Jun 15, 2016 11:00 pm
Forum: Developer Discussions
Topic: Tuning crazyflie for smooth, stable and responsive flight
Replies: 52
Views: 63454

Re: Tuning crazyflie for smooth, stable and responsive flight

after I create the config.mk with the appropriate statement how do I know for sure that the build was correct aside from the behavior once I load it? Is there some number in this example that tells me it used my config.mk as part of enabling the experimental PID? The config.mk file is in crazyflie-...
by nanobot9000
Tue Jun 07, 2016 1:03 am
Forum: Developer Discussions
Topic: Tuning crazyflie for smooth, stable and responsive flight
Replies: 52
Views: 63454

Re: Tuning crazyflie for smooth, stable and responsive flight

Thanks for the tip on pulling down the updated master - that fixed the missing tools folder for sure. I am new to this git business and am enjoying learning. I do have what is probably a silly question, but after I create the config.mk with the appropriate statement how do I know for sure that the b...
by nanobot9000
Mon Jun 06, 2016 6:29 pm
Forum: Developer Discussions
Topic: Tuning crazyflie for smooth, stable and responsive flight
Replies: 52
Views: 63454

Re: Tuning crazyflie for smooth, stable and responsive flight

I noticed the same thing. I copied a tools folder from one of the other projects and put it in the firmware project. Not sure why there is not a tools folder or if what I did was OK, but I think it worked.