Friday, February 18, 2011

Java reset command for the ARDrone.java file

public void reset() throws Exception{
send_at_cmd("AT*REF=" + (seq++) + ",290717952");
waiting(4);

}

The java reset command might need an adjustment.

No comments:

Post a Comment