autotest: added default params for periph
This commit is contained in:
parent
e3653adea2
commit
9665959e84
7
Tools/autotest/default_params/periph.parm
Normal file
7
Tools/autotest/default_params/periph.parm
Normal file
@ -0,0 +1,7 @@
|
||||
# parameters for SITL peripheral
|
||||
|
||||
GPS_TYPE 1
|
||||
COMPASS_ENABLE 1
|
||||
BARO_ENABLE 1
|
||||
ARSPD_TYPE 100
|
||||
RNGFND1_TYPE 100
|
@ -419,6 +419,7 @@ class VehicleInfo(object):
|
||||
"gps": {
|
||||
"configure_target": "sitl_periph_gps",
|
||||
"waf_target": "bin/AP_Periph",
|
||||
"default_params_filename": "default_params/periph.parm",
|
||||
},
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user