Page 1 of 1

How dose cfclient show parameters

Posted: Sun Jul 19, 2015 1:04 am
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!!

Re: How dose cfclient show parameters

Posted: Mon Jul 20, 2015 9:15 am
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