You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: