mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 18:57:34 +08:00
ekf2: remove unused parameter
The logging of replay data is now controlled by the logging module
This commit is contained in:
committed by
ChristophTobler
parent
6cfee65060
commit
dbc3a13236
@@ -530,18 +530,6 @@ PARAM_DEFINE_FLOAT(EKF2_GPS_V_GATE, 5.0f);
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(EKF2_TAS_GATE, 3.0f);
|
||||
|
||||
/**
|
||||
* Replay mode
|
||||
*
|
||||
* A value of 1 indicates that the ekf2 module will publish
|
||||
* replay messages for logging.
|
||||
*
|
||||
* @group EKF2
|
||||
* @reboot_required true
|
||||
* @boolean
|
||||
*/
|
||||
PARAM_DEFINE_INT32(EKF2_REC_RPL, 0);
|
||||
|
||||
/**
|
||||
* Integer bitmask controlling data fusion and aiding methods.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user