venthur / python-ardrone

Python library for the AR.Drone
236 stars 216 forks source link

Change IP Address to property #17

Open smokeintheshell opened 7 years ago

smokeintheshell commented 7 years ago

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