venthur / python-ardrone

Python library for the AR.Drone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change IP Address to property

smokeintheshell opened this issue · comments

in line 321 of libardrone.py, you call to send commands to a hardcoded IP address (192.168.1.1)
This works in most controller use cases, but consider changing it to an attribute of ARDrone. This will allow others to freely change the Drone's IP Address programmatically, for instance in use of trying to control a fleet of drones