Replies: 1 comment 9 replies
-
Hi Jose, Given the specific issues you're encountering, it might be helpful to simplify the scenario to isolate the problem more effectively. I suggest creating a standalone script that focuses solely on connecting to the Crazyflie, starting the log, stopping it, and then reconnecting. This approach can make it easier to reproduce the issue and help us understand what might be going wrong without the complexity of the full application. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m working with the FPV example and am adding functionality to close the connection and restart it. However, I’m encountering some errors (e.g. OSError and BrokenPipeError) that seem to originate from the logging framework. An additional problem comes after the second or third reconnection where stop receiving log data and have to restart the Crazyflie, although the images are correctly processed. I wonder if I should close better the framework while the CF is still connected after the stop command.
Here’s the approach I’m currently using:
Many thanks,
Jose
Beta Was this translation helpful? Give feedback.
All reactions