Files
PX4-Autopilot/src/drivers/gps/module.yaml
T
2018-09-25 07:53:29 +02:00

17 lines
430 B
YAML

module_name: GPS
serial_config:
# secondary gps must be first
- command: set DUAL_GPS_ARGS "-e ${SERIAL_DEV} -g p:${BAUD_PARAM}"
port_config_param:
name: GPS_2_CONFIG
group: GPS
label: Secondary GPS
- command: gps start -d ${SERIAL_DEV} -b p:${BAUD_PARAM} ${DUAL_GPS_ARGS}
port_config_param:
name: GPS_1_CONFIG
group: GPS
default: GPS1
label: Main GPS