ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You are probably seeing this error because your computer is connected to a LAN network which is configured to use 192.168.1.x IP range. This is the same IP range used by the wireless network created by the AR-Drone. The easy fix would be to disconnect your LAN cable (disable that network) before running the driver. The more advanced fix involves modifying the routing table of your Linux machine. As @z3391384 suggested, you can confirm that the traffic is being routed correctly by using telnet 192.168.1.1
before running the driver.