Log Data from Client

Discussions and questions about the Crazyflie Nano Quadcopter
Post Reply
Barry
Beginner
Posts: 28
Joined: Tue Apr 06, 2021 9:19 am

Log Data from Client

Post 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.
jonasdn
Expert
Posts: 132
Joined: Mon Mar 01, 2021 3:13 pm

Re: Log Data from Client

Post 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
Barry
Beginner
Posts: 28
Joined: Tue Apr 06, 2021 9:19 am

Re: Log Data from Client

Post 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.
Post Reply