How dose cfclient show parameters

Firmware/software/electronics/mechanics
Post Reply
waldo
Beginner
Posts: 3
Joined: Fri Jun 19, 2015 1:50 am

How dose cfclient show parameters

Post by waldo »

I have been learning cfclient for month ,i thought is a little Complex ,now i want to know how dose cfclient Show parameters ,
but I could't find out which function is doing the work. can anybody help me out , thanks!!
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: How dose cfclient show parameters

Post by arnaud »

Hi,

The client is using the cflib API to display and modify parameters. This API is documented in the wiki: https://wiki.bitcraze.io/doc:crazyflie: ... arameters1

As an example in the client when you modify parameter from the parameter tabs this code is calling cflib: https://github.com/bitcraze/crazyflie-c ... Tab.py#L74
Post Reply