Connecting anafi with olympe

I am trying to connect anafi using olympe.
i followed the documentation example code:

-- coding: UTF-8 --

import olympe

DRONE_IP = “192.168.42.1”

if name == “main”:
drone = olympe.Drone(DRONE_IP)
drone.connect()
drone.disconnect()

But i changed the simulation drone ip address to actual drone ip address: 192.168.42.1
I still receiving error msg.

You can use my following video link to see how the Anafi works smoothly on the Ubuntu v.20.0.4 . Python code included

2 Likes

This topic was automatically closed after 30 days. New replies are no longer allowed.