mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
SITL: add documentation fo rsimulated barometers
This commit is contained in:
parent
af8e7b3e22
commit
27c262b037
@ -226,6 +226,18 @@ const AP_Param::GroupInfo SITL::var_info3[] = {
|
||||
AP_SUBGROUPINFO(baro[1], "BAR2_", 35, SITL, SITL::BaroParm),
|
||||
AP_SUBGROUPINFO(baro[2], "BAR3_", 36, SITL, SITL::BaroParm),
|
||||
|
||||
// user settable parameters for the 1st barometer
|
||||
// @Param: BARO_RND, BAR2_RND, BAR3_RND
|
||||
// @DisplayName: Baro Noise
|
||||
// @Description: amount of (evenly-distributed) noise injected into the 1st baro
|
||||
// @Units: m
|
||||
// @User: Advanced
|
||||
|
||||
// @Param: BARO_GLITCH,BAR2_GLITCH, BAR3_GLITCH
|
||||
// @DisplayName: Baro Glitch
|
||||
// @Description: user-settable 1st-barometer glitch
|
||||
// @Units: m
|
||||
// @User: Advanced
|
||||
|
||||
// user settable parameters for the 1st airspeed sensor
|
||||
AP_GROUPINFO("ARSPD_RND", 50, SITL, arspd_noise[0], 2.0),
|
||||
|
Loading…
Reference in New Issue
Block a user