Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 891 Bytes

Readme.md

File metadata and controls

22 lines (14 loc) · 891 Bytes

This repo is deprecated use OpenDroneControl instead: http://github.com/opendronecontrol/odc

maxdrone - DroneControl

A Max/Msp mxj external for controlling the ARDrone written in scala, uses JavaDrone api


To build:

  • put a copy of max.jar and jitter.jar in ./lib (found in your max installation directory)
  • sbt compile
  • sbt proguard -> to package as single jar file

To run:

  • build or download latest build: DroneControlv0.4.0.zip DroneControlv0.3.3.zip
  • add path to jar in MAXMSP_PATH/Cyclin' 74/java/max.java.config.txt or place built jar into MAXMSP_PATH/Cyclin' 74/java/lib
  • see DroneControl.maxhelp for usage