diff --git a/src/modules/commander/commander_params.c b/src/modules/commander/commander_params.c index 9552049fc5..ebead081ee 100644 --- a/src/modules/commander/commander_params.c +++ b/src/modules/commander/commander_params.c @@ -45,9 +45,7 @@ * Roll trim * * The trim value is the actuator control value the system needs - * for straight and level flight. It can be calibrated by - * flying manually straight and level using the RC trims and - * copying them using the GCS. + * for straight and level flight. * * @group Radio Calibration * @min -0.5 @@ -61,9 +59,7 @@ PARAM_DEFINE_FLOAT(TRIM_ROLL, 0.0f); * Pitch trim * * The trim value is the actuator control value the system needs - * for straight and level flight. It can be calibrated by - * flying manually straight and level using the RC trims and - * copying them using the GCS. + * for straight and level flight. * * @group Radio Calibration * @min -0.5 @@ -77,9 +73,7 @@ PARAM_DEFINE_FLOAT(TRIM_PITCH, 0.0f); * Yaw trim * * The trim value is the actuator control value the system needs - * for straight and level flight. It can be calibrated by - * flying manually straight and level using the RC trims and - * copying them using the GCS. + * for straight and level flight. * * @group Radio Calibration * @min -0.5 @@ -232,8 +226,6 @@ PARAM_DEFINE_FLOAT(COM_DISARM_PRFLT, 10.0f); /** * Allow arming without GPS * - * The default allows the vehicle to arm without GPS signal. - * * @group Commander * @value 0 Require GPS lock to arm * @value 1 Allow arming without GPS @@ -598,9 +590,6 @@ PARAM_DEFINE_INT32(COM_ARM_MAG_STR, 2); * if position is unavailable Altitude mode. * Note: Only has an effect on multicopters, and VTOLs in multicopter mode. * - * This parameter is not considered in case of a GPS failure (Descend flight mode), where stick - * override is always enabled. - * * @min 0 * @max 3 * @bit 0 Enable override during auto modes (except for in critical battery reaction) diff --git a/src/modules/navigator/navigator_params.c b/src/modules/navigator/navigator_params.c index 7ef16df6f4..c300c8e3c8 100644 --- a/src/modules/navigator/navigator_params.c +++ b/src/modules/navigator/navigator_params.c @@ -43,7 +43,7 @@ /** * Loiter radius (FW only) * - * Default value of loiter radius for missions, Hold mode, Return mode, etc. (fixedwing only). + * Default value of loiter radius in FW mode (e.g. for Loiter mode). * * @unit m * @min 25