Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no video connection #52

Open
GoogleCodeExporter opened this issue Mar 28, 2015 · 2 comments
Open

no video connection #52

GoogleCodeExporter opened this issue Mar 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 19 Dec 2013 at 6:04

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

thanks for your response, I need Java AR.Drone API for not commercial project

I added image with firmware version

Original comment by sp.titan on 19 Dec 2013 at 7:18

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant