mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
AP_InertialSensor: fix param docs for notch and log settings
This commit is contained in:
parent
20d44136b0
commit
38145f9541
@ -425,16 +425,12 @@ const AP_Param::GroupInfo AP_InertialSensor::var_info[] = {
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("FAST_SAMPLE", 36, AP_InertialSensor, _fast_sampling_mask, 0),
|
||||
|
||||
// @Param: NOTCH_
|
||||
// @DisplayName: Notch filter
|
||||
// @Description: Gyro notch filter
|
||||
// @User: Advanced
|
||||
// @Group: NOTCH_
|
||||
// @Path: ../Filter/NotchFilter.cpp
|
||||
AP_SUBGROUPINFO(_notch_filter, "NOTCH_", 37, AP_InertialSensor, NotchFilterVector3fParam),
|
||||
|
||||
// @Param: LOG_
|
||||
// @DisplayName: Log Settings
|
||||
// @Description: Log Settings
|
||||
// @User: Advanced
|
||||
// @Group: LOG_
|
||||
// @Path: ../AP_InertialSensor/BatchSampler.cpp
|
||||
AP_SUBGROUPINFO(batchsampler, "LOG_", 39, AP_InertialSensor, AP_InertialSensor::BatchSampler),
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user