This project contains the Java equivalent of the examples in the Crazyflie Python client.
Therefore they are heavily based on the Python implementation.
- Checkout or copy the following projects into your workspace
- se.bitcraze.crazyflie.lib
- se.bitcraze.crazyflie.lib.examples
- In se.bitcraze.crazyflie.lib build the Crazyflie Java library by running
mvn clean install -DskipTests
- Execute a test by right-clicking on it and selecting Run As -> Java Application
Please make sure that a Crazyradio (PA) is connected and a Crazyflie 1.0 or 2.0 is switched on, when running the examples. (otherwise they will fail)
TODO