This is an Ansible playbook to configure a Parrot Bebop drone (1 or 2).
This repo also has a shortpress_5.sh script that is used to copy .pud
files to the /media
directory in the drone. .pud
files hold the gps data for flights on the drone. This is used as the drone removes .pud
files on boot, whereas I would like to map the flight data with QGIS.
- Ansible
- Basic Understanding of Ansible
- Bebop Drone
Run the playbook with the following command:
ansible-playbook -i inventory main.yaml
You can also add an ansible.cfg
file to the directory to specify the inventory file and the user to connect to the drone with.
- Add the custom shortpress_5.sh script to the playbook.