Files
PX4-Autopilot/src/modules/fw_mode_manager/launchdetection/launchdetection_params.yaml
T
Mahima Yoga 5d26d7126a feat(fw-launch-detection): use acceleration magnitude instead of body-forward (#26857)
* feat(fw-launch-detection): use acceleration magnitude for launch detection

* docs: update takeoff docs

---------

Co-authored-by: Silvan Fuhrer <silvan@auterion.com>
2026-03-24 16:14:42 +01:00

39 lines
987 B
YAML

module_name: launchdetection
parameters:
- group: FW Auto Takeoff
definitions:
FW_LAUN_AC_THLD:
description:
short: Trigger acceleration threshold
long: Launch is detected when the norm of body acceleration
is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds.
type: float
default: 30.0
unit: m/s^2
min: 0
decimal: 1
increment: 0.5
FW_LAUN_AC_T:
description:
short: Trigger time
long: Launch is detected when the norm of body acceleration
is above FW_LAUN_AC_THLD for FW_LAUN_AC_T seconds.
type: float
default: 0.05
unit: s
min: 0.0
max: 5.0
decimal: 2
increment: 0.05
FW_LAUN_MOT_DEL:
description:
short: Motor delay
long: Start the motor(s) this amount of seconds after launch is detected.
type: float
default: 0.0
unit: s
min: 0.0
max: 10.0
decimal: 1
increment: 0.5