basicparam.py not changing value?

Post here to get support
Post Reply
mrmks
Beginner
Posts: 13
Joined: Fri Jun 03, 2016 7:08 pm

basicparam.py not changing value?

Post by mrmks »

When I run 'basicparam.py', I get nice list of parameter values, but the 'Write' section looks funny. Is kd really being updated, but not on the client side?
Thanks!
Output:

Code: Select all

Have fetched all parameter values.

Write: pid_attitude.pitch_kd=0.64
The connected Crazyflie has 1024kb of flash
Readback: pid_attitude.pitch_kd=0.0
Disconnected from radio://0/100/2M
marcus
Bitcraze
Posts: 659
Joined: Mon Jan 28, 2013 7:02 pm
Location: Sweden
Contact:

Re: basicparam.py not changing value?

Post by marcus »

Hi,

This issue seems to be fixed in the latest commit on github (link). But I'm not really sure why reading the parameters an extra time was causing it. Needs more investigation.
Post Reply