not able to connect plutoX drone by python.

Home Forums Drona Aviation – Drone for Education not able to connect plutoX drone by python.

Tagged: ,

Viewing 1 reply thread
  • Author
    Posts
    • #17434
      goelanwita
      Participant

        I am not able to connect plutoX via python . after installing plutocontrol from git hub, I am using same code, but it not able to connect to drone.
        I enabled dev mode also by app. but it was throw error ” Error: Not connected to server”.
        Kindly help , I an looking to use its camera for an education project for image analysis.

        from plutocontrol import pluto
        import time

        drone = pluto()
        #drone.cam()
        drone.connect()
        drone.arm()
        time.sleep(2)
        drone.disarm()
        drone.disconnect()

      • #17445
        Milind Patil
        Moderator

          Are you connected to the drone’s wifi?

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.