evoggy / crazyflie-pc-client

Other
0 stars 1 forks source link

Exception while sending updated parameters #77

Closed evoggy closed 10 years ago

evoggy commented 10 years ago

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


evoggy commented 10 years ago

Fixed param updating and read-only attribute. Closes #74.

→ <>


Original Comment By: Marcus Eliasson

evoggy commented 10 years ago

Updated param access and setting. Closes #74.

→ <>


Original Comment By: Marcus Eliasson