Page 2 of 2

Re: Logging Data from CFClient

Posted: Wed Feb 24, 2016 10:17 pm
by chad
rgalvez wrote:What software should I use to send commands to the crazyflie?Pycharm?
If you want, you can simply write a python script in a plain text file and run it from the Terminal application:

Code: Select all

python /path/to/script.py
The example scripts in the "examples" folder of the crazyflie-clients-python repository are good starters.