The import com.codeminders.ardrone.version.DroneVersionReader cannot be resolved

130 views
Skip to first unread message

Moe Ibrahim

unread,
Apr 22, 2013, 5:08:04 PM4/22/13
to java...@googlegroups.com
Hi there,

I was trying to get the API/Controltower project to work, but everytime I get the error, that "The import com.codeminders.ardrone.version.DroneVersionReader cannot be resolved" on more than one source file!

could anyone help me please get the project to work.

Thanks in advance

B. Tenbergen

unread,
Jun 20, 2013, 1:09:05 PM6/20/13
to java...@googlegroups.com
Hi Moe,

just used the API the first time today and ran into the same issue. Since the rest of the API seems to be very well done, I am assuming this is just a minor oversight and will be properly fixed at some point by the project staff.

I was able to fix it by just creating the interface com.codeminders.ardrone.
version.DroneVersionReader . In fact, I used eclipse's option to resolve the error by having it create the interface for me. Also, in DroneFTPVersionReader, you'll either have to remove the @Override directive or create the overridden method stub in DroneVersionReader.

Also, I noticed that the UDP Port for AT commands is wrong. It is set to 5559, but on AR.Drone 2.0, firmware 2.2.3 it seems to be 5556. This problem prevented me from connecting to the drone using ControlTower.I fixed it by changing the port in the ARDrone class.

Cheers,

Bastian
Reply all
Reply to author
Forward
0 new messages