Added some comments

This commit is contained in:
Andrew Chambers 2014-06-12 16:33:15 -07:00
parent e53c2ab985
commit 51f05612eb
1 changed files with 4 additions and 0 deletions

View File

@ -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