get console text from cfclient

Post here to get support
Post Reply
traffens
Beginner
Posts: 21
Joined: Sun Sep 26, 2021 9:01 pm

get console text from cfclient

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

Re: get console text from cfclient

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