Page 1 of 1

Log Data from Client

Posted: Tue May 04, 2021 7:42 am
by Barry
Hi, all

Is there any way I could use python scripts to read the real-time log data from the python client?

I want to use the real-time log data to do some control stuff.

I know that we could realize control in firmware. My idea is to read the data from firmware and then do the control by running external python scripts.

Cheers.

Re: Log Data from Client

Posted: Tue May 04, 2021 7:54 am
by jonasdn
In order to read log data from the Crazyflie you can follow the user-guide of the crazyflie-lib-python repository:
https://github.com/bitcraze/crazyflie-lib-python

The documentation for logging and parameters can be found here:
https://www.bitcraze.io/documentation/r ... log_param/

If you have any additional questions, do not hesitate!

Jonas

Re: Log Data from Client

Posted: Tue May 04, 2021 8:03 am
by Barry
jonasdn wrote: Tue May 04, 2021 7:54 am In order to read log data from the Crazyflie you can follow the user-guide of the crazyflie-lib-python repository:
https://github.com/bitcraze/crazyflie-lib-python

The documentation for logging and parameters can be found here:
https://www.bitcraze.io/documentation/r ... log_param/

If you have any additional questions, do not hesitate!

Jonas
Thanks, jonasdn.