Skip to content

Commit 8632d00

Browse files
committed
SITL: add description for SIM_BARO_DRIFT
1 parent 9adc78e commit 8632d00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libraries/SITL/SITL.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,11 @@ const AP_Param::GroupInfo SIM::var_info3[] = {
548548
// user settable parameters for the barometers
549549
const AP_Param::GroupInfo SIM::BaroParm::var_info[] = {
550550
AP_GROUPINFO("RND", 1, SIM::BaroParm, noise, 0.2f),
551+
// @Param: BARO_DRIFT
552+
// @DisplayName: Baro altitude drift
553+
// @Description: Barometer altitude drifts at this rate
554+
// @Units: m/s
555+
// @User: Advanced
551556
AP_GROUPINFO("DRIFT", 2, SIM::BaroParm, drift, 0),
552557
AP_GROUPINFO("DISABLE", 3, SIM::BaroParm, disable, 0),
553558
AP_GROUPINFO("GLITCH", 4, SIM::BaroParm, glitch, 0),

0 commit comments

Comments
 (0)