mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 09:30:34 +08:00
navigator: new class structure, loiter and mission working
This commit is contained in:
@@ -53,7 +53,8 @@
|
||||
#include "loiter.h"
|
||||
|
||||
Loiter::Loiter(Navigator *navigator, const char *name) :
|
||||
Mission(navigator, name)
|
||||
NavigatorMode(navigator, name),
|
||||
MissionBlock(navigator)
|
||||
{
|
||||
/* load initial params */
|
||||
updateParams();
|
||||
|
||||
Reference in New Issue
Block a user