forked from Archive/PX4-Autopilot
Added some comments
This commit is contained in:
parent
e53c2ab985
commit
51f05612eb
|
@ -58,6 +58,10 @@
|
|||
#include "rtl.h"
|
||||
#include "geofence.h"
|
||||
|
||||
/**
|
||||
* Number of navigation modes that need on_active/on_inactive calls
|
||||
* Currently: mission, loiter, and rtl
|
||||
*/
|
||||
#define NAVIGATOR_MODE_ARRAY_SIZE 3
|
||||
|
||||
class Navigator : public control::SuperBlock
|
||||
|
|
Loading…
Reference in New Issue