mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Initialializing for AutoPilot
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user