A lifeline for ArduPilot craft.
Project description
Parachute
Parachute is a helper script for ArduPilot craft. It helps you quickly and easily back up all your parameters to a file, and lets you filter them, diff them, restore them or convert them to parameter files compatible with Mission Planner/QGroundControl.
Installation
Installing Parachute is simple. You can use pipx
(recommended):
$ pipx install parachute
Or pip
(less recommended):
$ pip install parachute
Usage
Parachute is called like so:
$ parachute backup <craft name>
For example:
$ parachute backup Mini-Drak
You can also convert a Parachute file to a file compatible with Mission Planner or QGroundControl:
$ parachute convert qgc Mini-Drak_2021-03-02_02-29.chute Mini-Drak.params
You can filter parameters based on a regular expression:
$ parachute filter "serial[123]_" Mini-Drak_2021-03-02_02-29.chute filtered.chute
Since all parameter names are uppercase, the regex is case-insensitive, for convenience.
You can also filter when converting:
$ parachute convert --filter=yaw mp Mini-Drak_2021-03-02_02-29.chute -
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file parachute-0.1.1.tar.gz
.
File metadata
- Download URL: parachute-0.1.1.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93e28c02121a3429da041860608f624b2fb89016c4ed4e21ae9d854906cceb67 |
|
MD5 | 859af5ac2b933f9bd504c16dc7c7295c |
|
BLAKE2b-256 | 571cf51785fdf5e00367121ab96afffff8a65e9e705627c14f673920c8f2d589 |
File details
Details for the file parachute-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: parachute-0.1.1-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba2a55a0fd3ecfe81e55d596ef0b808582d6079b71e7f4c6f2f2965fdd59317f |
|
MD5 | eb41b7586c5ce06489363b2dd3dbe81f |
|
BLAKE2b-256 | da6981d8cdcbf88d5b2d693a418633a6cdae05a7f8d5c8dcf772379957493edd |