Parameters update ERROR

Post here to get support
Post Reply
marco.tognon
Member
Posts: 38
Joined: Mon Sep 16, 2013 10:22 am

Parameters update ERROR

Post by marco.tognon »

Does someon know why I cant update the paramiters value from the client? If the crazyflie is connected and i press SendUpdatedValues, int the shall appears a WARNING:

Code: Select all

WARNING:cflib.crazyflie:Exception while doing callback on port [2]

Traceback (most recent call last):
  File "/home/mtognon/crazyflie_project/crazyflie-pc-client/lib/cflib/crazyflie/__init__.py", line 323, in run
    cb[4](pk)
  File "/home/mtognon/crazyflie_project/crazyflie-pc-client/lib/cflib/crazyflie/param.py", line 194, in _new_packet_cb
    self.wait_lock.release()
error: release unlocked lock
marco.tognon
Member
Posts: 38
Joined: Mon Sep 16, 2013 10:22 am

Re: Parameters update ERROR

Post by marco.tognon »

Another type of error is:

Code: Select all

WARNING:cflib.crazyflie:ExpectAnswer: ERROR! Older timer whas running while scheduling new one on [2]
marcus
Bitcraze
Posts: 659
Joined: Mon Jan 28, 2013 7:02 pm
Location: Sweden
Contact:

Re: Parameters update ERROR

Post by marcus »

I've created an issue for this one (I also seem to have created the bug...). I'll look into it.
Post Reply