PX4-Autopilot/boards/atl/mantis-edu/init/rc.board_defaults
Daniel Agar bb0f2875a9 ekf2: disable multi-EKF across mags by default (H7 & SITL) for now
- 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
2023-05-19 18:35:57 -06:00

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"