Search found 555 matches

by chad
Thu Jun 23, 2016 12:31 am
Forum: Support
Topic: Exception When Compiling ramp.py Example
Replies: 5
Views: 3491

Re: Exception When Compiling ramp.py Example

What version of the client lib do you have cloned? Head of master? I've run the ramp.py example from HEAD of master branch on my Mac and it seems to work OK for me. But, I'm running Python 3.4 and I'm on a Mac (not Ubuntu) so the comparison is really apples to oranges (no pun intended :) ). In any c...
by chad
Tue Jun 21, 2016 8:46 pm
Forum: Support
Topic: [SOLVED] Crazyflie 2 Firmware Build Not "CLEAN" As Expected
Replies: 5
Views: 3309

Re: [SOLVED] Crazyflie 2 Firmware Build Not "CLEAN" As Expected

Awesome! Happy to hear it worked for you. No apologies necessary. Trial and error is the best way to learn. I had no idea what the problem was so I had to experiment myself.

Have fun!!
by chad
Tue Jun 21, 2016 2:03 pm
Forum: Support
Topic: [SOLVED] Crazyflie 2 Firmware Build Not "CLEAN" As Expected
Replies: 5
Views: 3309

Re: Crazyflie 2 Firmware Build Not "CLEAN" As Expected

I have the same experience if I use: git clone --recursive https://github.com/bitcraze/crazyflie-firmware.git On the other hand: git clone https://github.com/bitcraze/crazyflie-firmware.git cd crazyflie-firmware/ git submodule update --init ...doesn't result in vendor/cmock being modified. It also k...
by chad
Tue Jun 21, 2016 11:51 am
Forum: Developer Discussions
Topic: Tuning crazyflie for smooth, stable and responsive flight
Replies: 52
Views: 62842

Re: Tuning crazyflie for smooth, stable and responsive flight

jonschoning wrote:with stabilizationModeRoll/stabilizationModePitch = ANGLE the crazyflie would flip over very easily... now it's much harder to flip when the crazyflie is moving at a decent clip.
I have the same experience WRT angle vs. rate and flipping.
by chad
Mon Jun 20, 2016 12:30 pm
Forum: Support
Topic: [SOLVED] Crazyflie 2 Firmware Build Not "CLEAN" As Expected
Replies: 5
Views: 3309

Re: Crazyflie 2 Firmware Build Not "CLEAN" As Expected

Just check what file is modified by running: git status from within the 'crazyflie-firmware' directory. Then you can "revert" that file by running: git checkout -- filename ...where filename is the path and name of the file that's been modified according to git status. After that, run: mak...
by chad
Mon Jun 13, 2016 3:47 am
Forum: Support
Topic: Crazyflie 1.0 and firmware > 2015.1
Replies: 5
Views: 4839

Re: Crazyflie 1.0 and firmware > 2015.1

Hi @otto,

What client and firmware versions do you have? I have confirmed that:

client: 2016.4
and
firmware: 2016.02
work fine together without this issue...
by chad
Sat Jun 11, 2016 10:36 pm
Forum: Developer Discussions
Topic: Tuning crazyflie for smooth, stable and responsive flight
Replies: 52
Views: 62842

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 chad
Wed Jun 08, 2016 10:20 pm
Forum: Developer Discussions
Topic: How can we develop without VM?
Replies: 8
Views: 5685

Re: How can we develop without VM?

BTW, I've moved this thread to the Crazyflie Development sub-forum.
by chad
Wed Jun 08, 2016 10:14 pm
Forum: Developer Discussions
Topic: How can we develop without VM?
Replies: 8
Views: 5685

Re: How can we develop without VM?

There are a couple ways you can develop without the VM. One is: use the toolbelt and Docker images . Of course, that's still technically a VM and not really "native" on your computer. For native: you'll want to set-up your system like the dev env wiki page details. For developing on Crazyf...