https://github.com/fredg02/se.bitcraze.crazyflie.lib.examples
Crazyflie Java library examples
https://github.com/fredg02/se.bitcraze.crazyflie.lib.examples
crazyflie examples java quadcopter
Last synced: 6 months ago
JSON representation
Crazyflie Java library examples
- Host: GitHub
- URL: https://github.com/fredg02/se.bitcraze.crazyflie.lib.examples
- Owner: fredg02
- Created: 2015-08-05T01:08:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T22:55:42.000Z (over 9 years ago)
- Last Synced: 2025-02-09T17:14:07.821Z (8 months ago)
- Topics: crazyflie, examples, java, quadcopter
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crazyflie Java library examples
This project contains the Java equivalent of the examples in the [Crazyflie Python client](https://github.com/bitcraze/crazyflie-clients-python).
Therefore they are heavily based on the Python implementation.## Run the examples
### In Eclipse
1. Checkout or copy the following projects into your workspace
* **se.bitcraze.crazyflie.lib**
* **se.bitcraze.crazyflie.lib.examples**2. In **se.bitcraze.crazyflie.lib** build the Crazyflie Java library by running
```
mvn clean install -DskipTests
```3. 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)### On the command line
TODO
## Dependencies
* [se.bitcraze.crazyflie.lib](https://github.com/fredg02/se.bitcraze.crazyflie.lib)