mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
- re-enable once the estimator selector respects configured mag priority (at least initially) or is otherwise able to automatically prefer an external mag over internal - for SITL disabled because the full matrix of esitmator instances (IMUs X mags) was too many topics for logger currently
20 lines
402 B
Bash
20 lines
402 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
param set-default SYS_AUTOSTART 4061
|
|
|
|
param set-default BAT1_V_DIV 9.0
|
|
|
|
param set-default COM_ARM_SDCARD 0
|
|
|
|
param set-default SENS_EXT_I2C_PRB 0
|
|
|
|
param set-default EV_TSK_STAT_DIS 1
|
|
|
|
param set-default SYS_DM_BACKEND 1
|
|
|
|
# Use MAVLink log streaming
|
|
set LOGGER_ARGS "-m mavlink -c 0.5"
|