Replies: 1 comment 9 replies
|
Hi! So I missed it in your support question but did the Crazyflie had a lighthouse deck connected? The command based flight is only active if there is an positioning system attached. |
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dear All,
After installing the cfclient. I've been successfully connected to the Crazyflie however the Command Based Control was grayed out where all the buttons were disabled (non clickable).
While checking the logged messages to the screen I saw the following python error:
===== 2023.12.06 10:12:37 ===== INFO:cflib.crazyflie:Callback->Connection completed [radio://0/80/2M] Traceback (most recent call last): File "/Users/achraf/Library/Python/3.9/lib/python/site-packages/cfclient/ui/tabs/lighthouse_tab.py", line 391, in _connected if self._helper.cf.param.get_value('deck.bcLighthouse4') == '1': File "/Users/achraf/Library/Python/3.9/lib/python/site-packages/cflib/crazyflie/param.py", line 381, in get_value return self.values[group][name] KeyError: 'bcLighthouse4'This error was reproduced in macOS Ventura and Windows 10 as well with the same cfclient gui behavior in both OS.
The console was displaying that the crazyflie is ready to fly!
Please note that I didn't connect any input control device.
Any help on that please?
Regards.
All reactions