Here, you will find everything you can download regarding PS-Drone.
Basics
PS-Drone
API - The core-program for Linux (on
sourceforge.net)
PS-Drone
documentation - A tutorial and a detailed
documentation of PS-Drone. (on sourceforge.net)
PS-Drone
documentation DS - A tutorial for
double-sided printout. (on sourceforge.net)
Tutorial samples
firstTry.py
- Shows how to do the basic movements, perfect for the first
step.
glideNstop.py
- Illustrates the difference between stopping the drone and
“stopping” by ceasing the thrust.
moveTurn.py
- Shows an example of complex movement.
firstNavData.py
- Describes the basics how to get the drone's
sensor-measurements.
getNavData.py
- Gives a slightly more advanced example of getting the
drone's NavData.
firstConfig.py
- Shows how to configurate the drone's behaviour
multiConfig.py
- Illustrates how to enable multi-configuration and the
difference to “normal” configuration.
firstTagDetection.py
- A simple example how to detect markers with the drone.
firstVideo.py
- Enables the drone's video-function and shows it in a
window (requires OpenCV2).
Markers
OBW-Roundel.png
- The Oriented black and white Roundel (best detection).
OriginalRoundel.png
- The original Roundel.
ModifiedRoundel.png
- A modified Roundel for better detection.
Tools
batPrepare.py
- Prepares a battery for storage by reducing the charge to
50% (for a longer lifetime).