mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:33:39 +08:00
navigator: change default of RC loss param to RTL
This commit is contained in:
@@ -102,7 +102,7 @@ PARAM_DEFINE_INT32(NAV_DLL_ACT, 0);
|
||||
*
|
||||
* @group Mission
|
||||
*/
|
||||
PARAM_DEFINE_INT32(NAV_RCL_ACT, 0);
|
||||
PARAM_DEFINE_INT32(NAV_RCL_ACT, 2);
|
||||
|
||||
/**
|
||||
* Airfield home Lat
|
||||
|
||||
Reference in New Issue
Block a user