mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 19:50:34 +08:00
navigator: use different param names for mission and RTL
This commit is contained in:
@@ -51,8 +51,8 @@
|
||||
|
||||
#include "rtl.h"
|
||||
|
||||
RTL::RTL(Navigator *navigator) :
|
||||
Mission(navigator),
|
||||
RTL::RTL(Navigator *navigator, const char *name) :
|
||||
Mission(navigator, name),
|
||||
_mavlink_fd(-1),
|
||||
_rtl_state(RTL_STATE_NONE),
|
||||
_home_position({}),
|
||||
|
||||
Reference in New Issue
Block a user