bitcraze / crazyflie-clients-python

Host applications and library for Crazyflie written in Python.
Other
301 stars 468 forks source link

issue when assisted mode triggers on controller #711

Closed knmcguire closed 4 months ago

knmcguire commented 4 months ago

OS: windows 11 Version: latest master branch cfclient

When I wanted to trigger assisted mode on a controller there was no response and I got the following error:

Traceback (most recent call last):
  File "C:\Users\kimbe\Development\bitcraze\python\crazyflie-clients-python\src\cfclient\ui\tabs\FlightTab.py", line 718, in _assisted_control_updated
    self._helper.cf.param.set_value("flightmode.althold", str(enabled))
  File "C:\Users\kimbe\Development\bitcraze\python\crazyflie-lib-python\cflib\crazyflie\param.py", line 364, in set_value
    value_nr = int(value)
ValueError: invalid literal for int() with base 10: 'False'

Seems like a QT6 issue?