mohankreddy / javadrone

Automatically exported from code.google.com/p/javadrone
0 stars 0 forks source link

no video connection #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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 
(info@codeminders.com) who developed this. They will be glad to do custom work 
and offer support for this project.

Original comment by l...@codeminders.com on 19 Dec 2013 at 6:04

GoogleCodeExporter commented 9 years ago
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