puku0x / cvdrone

CV Drone (= OpenCV + AR.Drone)
https://github.com/puku0x/cvdrone/wiki/How-to-build
Other
203 stars 93 forks source link

Connect to the drone wirelessly and have access to internet via Ethernet cable #48

Closed edjuaz closed 8 years ago

edjuaz commented 8 years ago

Hoello Puku0x,

Thanks for your great work, I'm using it for a project that involves evading obstacles recognized via computer vision.

When I work I need to be connected to internet via an Ethernet cable because I receive some data from other source, also I need to be connected to the drone in order to give it the instructions of movement.

I tryed forcing the client_addr to be 192.168.1.2, the default IP that the device that connects to the Parrot AR Drone receives. But I din't managed to use the wireless interface as default. Do you have any clue of how to solve this?

Regards, EdJuaz.

PD: Sorry, english isn't my main language.

SOLVED:

My bad, I had a mess with the routes. The problem was my computer.

Thanks.