You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: