ARDroneForP5 is a project for controlling AR.Drone.
You can easily controll AR.Drone via your Processing sketch.
You have to add following libraries before running example sketches.
(In menu bar, Sketch -> Add File...)
- xuggle-xuggler-*.*.jar [download link]
- slf4j-api-*.*.*.jar, slf4j-jdk14-*.*.*.jar [download link]
- commons-net-*.*.jar [download link]
(On 2013.2.17, I am using xuggle-xuggler-5.4.jar, slf4j-api-1.7.2.jar, slf4j-jdk14-1.7.2.jar andcommons-net-3.2.jar.)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.