Skip to content

Can I use crazyflie-lib-python with cfclient console? #607

Answered by krichardsson
cc299792458 asked this question in Q&A
Discussion options

You must be logged in to vote

My interpretation is that you would like to get the console data in a python script. Yes, that is possible!
Since the python client is using the python lib for communication, everything the client is doing can be done from a script as well.

Check out the console log example for more details.

Logs are used to transmit the value of a variable at regular intervals.
The console log is intended for human readable logs.
There is also the memory mapping feature that can be used to transmit larger amounts of data on demand. This requires changing both firmware and python lib.
It is also possible to transmit data continuously over a CRTP port, but that requires more work, both in the firmware and …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@cc299792458
Comment options

Comment options

You must be logged in to vote
2 replies
@cc299792458
Comment options

@cc299792458
Comment options

Answer selected by cc299792458
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants