Skip to content
Snippets Groups Projects
Commit dbc3a132 authored by Paul Riseborough's avatar Paul Riseborough Committed by ChristophTobler
Browse files

ekf2: remove unused parameter

The logging of replay data is now controlled by the logging module
parent 6cfee650
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment