mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 14:07:34 +08:00
36e6527013
- set MAV_TYPE as a parameter default per vehicle type, or airframe if necessary - cleanup MAV_TYPE param metadata and commander helper to only include what's currently used in PX4
20 lines
321 B
Bash
20 lines
321 B
Bash
#!/bin/sh
|
|
#
|
|
# @name Generic Underwater Robot
|
|
#
|
|
# @type Underwater Robot
|
|
# @class Underwater Robot
|
|
#
|
|
# @maintainer
|
|
#
|
|
# @board px4_fmu-v2 exclude
|
|
# @board bitcraze_crazyflie exclude
|
|
#
|
|
|
|
. ${R}etc/init.d/rc.uuv_defaults
|
|
|
|
# disable circuit breaker for airspeed sensor
|
|
param set-default CBRK_AIRSPD_CHK 162128
|
|
|
|
set MIXER uuv_x
|