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
I want to use some AR.Drone Java API
I download all sources from google code
https://code.google.com/p/javadrone/source/browse/ as .zip
and firs problem I can't compile and run ControlTower because I have missing:
package com.codeminders.ardrone.version;
import java.io.IOException;
public interface DroneVersionReader {
String readDroneVersion() throws IOException;
}
after creating this interface I run ControlTower and Have no video connection,
but I can control AR.Drone, and also I have Exception few times
package
com.codeminders.ardrone.data.decoder.ardrone10.navdata.ARDrone10NavData.java;
if(header != 0x55667788)
throw new NavDataFormatException("Error parsing NavData");
AR.Drone 2.0
2.4.8 version.txt
Original issue reported on code.google.com by sp.titan on 19 Dec 2013 at 2:09
The text was updated successfully, but these errors were encountered:
My personal Ar.Drone died so I am personally not working on this project right
now on my free time.
Hopefully other developers could help you.
If you need commercial support, you can contact my company, Codeminders
([email protected]) who developed this. They will be glad to do custom work
and offer support for this project.
Original issue reported on code.google.com by
sp.titan
on 19 Dec 2013 at 2:09The text was updated successfully, but these errors were encountered: