Page 1 of 1

get console text from cfclient

Posted: Sun Nov 14, 2021 8:21 pm
by traffens
Good afternoon,

I'm making my own crazyflie file that programs my crazyflie to perform a task. I want to get the console output of the crazyflie, just like the console tab. Is there an easy way to go about this?

Re: get console text from cfclient

Posted: Mon Nov 15, 2021 5:26 am
by jonasdn
Hi!

You can check how the ConsoleTab.py does it! You can also look at the API reference: https://www.bitcraze.io/documentation/r ... e/console/

Which I realized is not that helpful, so I have done a pull-request to improve it, with an example: https://github.com/bitcraze/crazyflie-l ... n/pull/281