mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-15 10:27:34 +08:00
16 lines
417 B
YAML
16 lines
417 B
YAML
module_name: Iridium (with MAVLink)
|
|
serial_config:
|
|
- command: |
|
|
# add a sleep here to make sure that the module is powered
|
|
usleep 200000
|
|
if iridiumsbd start -d ${SERIAL_DEV}
|
|
then
|
|
mavlink start -d /dev/iridium -m iridium -b 115200
|
|
else
|
|
tune_control play -t 20
|
|
fi
|
|
port_config_param:
|
|
name: ISBD_CONFIG
|
|
group: Iridium SBD
|
|
|