Replies: 1 comment 3 replies
-
Hello @4perros! There are 2 different issues based on your description. First, the Regarding the Finally, we released new versions of firmware, cflib and cfclient, so maybe you'd like to install those. However, these updates shouldn't affect the issue you are experiencing. Let us know if you managed to figure it out, or if we need to further investigate it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hello
in reference to my previous post, i read through the fpv.py script from 2023 and compared it to the 2025 script and on line 189 there is an entry
#Arm the crazyflie
which is not present in the previous version of the script. i commented out the next two lines of code
self.cf.platform.send_arming_request(True)
time.sleep(1.0)
i turn on the crazyflie and the motors start so does the streaming window. When i stop i get this warning
/home/rodrigo/.local/lib/python3.10/site-packages/cflib/crazyflie/commander.py:100 DeprecationWarning: using legacy TYPE_HOVER_LEGACY.
Please update your crazyflie-firmware.
I did update the crazyflie-firmware but the message persists.
I read through the file in the .local/lib/python3.10/site-packages/cflib/crazyflie/ directory commander.py and on line 181 this entry appears
“Using legacy TYPE_HOVER_LEGACY. Please update your crazyflie-firmware”,
DeprecationWarning.
I want to know if i commented out this lines on this script would the performance of the crazyflie be affected.
Regards
rodrigo
Beta Was this translation helpful? Give feedback.
All reactions