Closed krichardsson closed 1 year ago
This might be fixed already with this PR in the crazyflie? https://github.com/bitcraze/crazyflie-firmware/pull/1193
We will try this out if this is still an issue or not. It might have been fixed but we can't be sure.
The problem is not in the client, but both in the firmware and the python lib. The firmware was producing bad packets both for int and float parameter updates originating in the Crazyflie. The lib was completely missing functionality for handling parameter updates from the Crazyflie!
The client was OK already, parameter values are updated live in the list, but not in the section where new parameter values are set.
tested! and this is fixed now. Thanks!
Parameters that are updated from the firmware pushes the new value to the client. The problem is that the value in the parameter tab is not updated.
How to reproduce:
Observed behavior: The value in the parameter tab is not updated
Expected behavior: The value in the parameter tab is updated