When pressing the "SendUpdatedValues" button the following exception is caught.
Traceback (most recent call last):
File "/home/macke/dev/bitcraze/repos/crazyflie-pc-client/lib/cflib/crazyflie/init.py", line 323, in run
cb4
File "/home/macke/dev/bitcraze/repos/crazyflie-pc-client/lib/cflib/crazyflie/param.py", line 194, in _new_packet_cb
self.wait_lock.release()
error: release unlocked lock
This issue was created in commit 7a9c118
When pressing the "SendUpdatedValues" button the following exception is caught.
Traceback (most recent call last): File "/home/macke/dev/bitcraze/repos/crazyflie-pc-client/lib/cflib/crazyflie/init.py", line 323, in run cb4 File "/home/macke/dev/bitcraze/repos/crazyflie-pc-client/lib/cflib/crazyflie/param.py", line 194, in _new_packet_cb self.wait_lock.release() error: release unlocked lock