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.