New to Crazyflie help

Firmware/software/electronics/mechanics
Post Reply
Vincent
Beginner
Posts: 4
Joined: Tue Sep 08, 2015 5:52 am

New to Crazyflie help

Post by Vincent »

I recently got my Crazyflie 2.0. How do i start writing programs for it, where do i start? I have some experience with Python but only little.
Where do i get references i find the documentation to be lacking. Please help
derf
Expert
Posts: 163
Joined: Fri May 31, 2013 12:17 am
Location: Germany

Re: New to Crazyflie help

Post by derf »

Hi,

You can find some information in the wiki (some of it is a bit hidden), for example about the Crazyflie Python API:
https://wiki.bitcraze.io/doc:crazyflie:api:python:index

A good start is also to look at the examples here:
https://github.com/bitcraze/crazyflie-c ... p/examples

When you have specific questions, you can always ask them in the forum.

Regards,

Fred
rgalvez
Beginner
Posts: 8
Joined: Mon Jan 18, 2016 4:40 pm

Re: New to Crazyflie help

Post by rgalvez »

derf wrote:Hi,

You can find some information in the wiki (some of it is a bit hidden), for example about the Crazyflie Python API:
https://wiki.bitcraze.io/doc:crazyflie:api:python:index

A good start is also to look at the examples here:
https://github.com/bitcraze/crazyflie-c ... p/examples

When you have specific questions, you can always ask them in the forum.

Regards,

Fred
Hi Fred,

How to run the examples?Thanks
derf
Expert
Posts: 163
Joined: Fri May 31, 2013 12:17 am
Location: Germany

Re: New to Crazyflie help

Post by derf »

Go to the examples directory and run the examples from the command line.
E.g.

Code: Select all

python ramp.py
You can also run the examples from an IDE like PyCharm.
rgalvez
Beginner
Posts: 8
Joined: Mon Jan 18, 2016 4:40 pm

Re: New to Crazyflie help

Post by rgalvez »

Thanks derf!
Post Reply