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!!
How dose cfclient show parameters
Re: How dose cfclient show parameters
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
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