emergency stop #831
-
Hello everyone, I am new to the crazyflie and I followed the instructions. I want to use location tracking with the lighthouse. However, I have a problem when I press connect to the crazyflie the emergency stop is launched automatically and I don't understand why? I downgraded my Python to 3.8 since I had the same problem with the 3.10 and reinstalled everything again but same problem. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi! This is probably due to the new supervisor triggering something but can't be sure. We need two thing from you to grasp the full picture of the firmware, OS and everything:
|
Beta Was this translation helpful? Give feedback.
-
I've actually came across exactly your issue as well! It's a bit rare so this is the first time that I've seen this outside of my client. You can take a look at this ticket, as there are some things that can prevent it from crashing... this means that you'll need to install the cfclient from source and adjust the source code. You can find those instructions here: https://www.bitcraze.io/documentation/repository/crazyflie-clients-python/master/installation/install/#windows-781011 This is an annoying problem and we haven't found a way to fix it yet as we were not able to reproduce this on someone else's windows. |
Beta Was this translation helpful? Give feedback.
I've actually came across exactly your issue as well! It's a bit rare so this is the first time that I've seen this outside of my client.
You can take a look at this ticket, as there are some things that can prevent it from crashing... this means that you'll need to install the cfclient from source and adjust the source code. You can find those instructions here: https://www.bitcraze.io/documentation/repository/crazyflie-clients-python/master/installation/install/#windows-781011
This is an annoying problem and we haven't found a way to fix it yet as we were not able to reproduce this on someone else's windows.