Hi,
I’m trying to launch two scripts that interact with an Anafi drone. The first one is collecting data through the image stream and the other one is sending basic orders to the drone.
In both code I use:
drone = olympe.Drone(DRONE_IP)
drone.connect()
When I try them one by one there is no issue but when I try both together I think that I have a conflict.
Could you have solution to avoid that conflict ?