Browse Source

SITL: fixup SIM_BAR parameter descriptions

Co-authored-by: Randy Mackay <rmackay9@yahoo.com>

this fixs a issue with MP param doc parser caused by a syntax change
zr-v5.1
Michael Oborne 4 years ago committed by Randy Mackay
parent
commit
323cbe47d2
  1. 34
      libraries/SITL/SITL.cpp

34
libraries/SITL/SITL.cpp

@ -227,15 +227,41 @@ const AP_Param::GroupInfo SITL::var_info3[] = { @@ -227,15 +227,41 @@ const AP_Param::GroupInfo SITL::var_info3[] = {
AP_SUBGROUPINFO(baro[2], "BAR3_", 36, SITL, SITL::BaroParm),
// user settable parameters for the 1st barometer
// @Param: BARO_RND, BAR2_RND, BAR3_RND
// @Param: BARO_RND
// @DisplayName: Baro Noise
// @Description: amount of (evenly-distributed) noise injected into the 1st baro
// @Description: Amount of (evenly-distributed) noise injected into the 1st baro
// @Units: m
// @User: Advanced
// @Param: BARO_GLITCH,BAR2_GLITCH, BAR3_GLITCH
// @Param: BARO_GLITCH
// @DisplayName: Baro Glitch
// @Description: user-settable 1st-barometer glitch
// @Description: Glitch for 1st baro
// @Units: m
// @User: Advanced
// user settable parameters for the 2nd barometer
// @Param: BAR2_RND
// @DisplayName: Baro2 Noise
// @Description: Amount of (evenly-distributed) noise injected into the 2nd baro
// @Units: m
// @User: Advanced
// @Param: BAR2_GLITCH
// @DisplayName: Baro2 Glitch
// @Description: Glitch for 2nd baro
// @Units: m
// @User: Advanced
// user settable parameters for the 3rd barometer
// @Param: BAR3_RND
// @DisplayName: Baro3 Noise
// @Description: Amount of (evenly-distributed) noise injected into the 3rd baro
// @Units: m
// @User: Advanced
// @Param: BAR3_GLITCH
// @DisplayName: Baro3 Glitch
// @Description: Glitch for 2nd baro
// @Units: m
// @User: Advanced

Loading…
Cancel
Save