Connect several script to a drone

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 ?

Hi,

The drone only accepts one controller at a time, you can not have multiple instances of Olympe connected to the same drone at the same time.

Regards,
Nicolas.

1 Like

Hi,

Thank you a lot for your reactivity.

Regards,
Clément

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.