Initialializing for AutoPilot

This commit is contained in:
Matthew Territo
2018-08-24 18:00:05 -06:00
parent ef91e7328f
commit e43b813670
3 changed files with 24 additions and 3 deletions

View File

@@ -45,8 +45,11 @@ public:
void handleJson(const nlohmann::json& json) override;
bool isDone() const override;
void toggleAutopilot();
private:
bool _isDone;
bool _autopilotEngaged;
nlohmann::json _payload;
nlohmann::json _focusNodes;
nlohmann::json _allNodes;