From 261e21a9b2a9d2bf09a1327df903246ffb4d53ee Mon Sep 17 00:00:00 2001
From: Firat Yusuf Duran <uzivy@student.kit.edu>
Date: Tue, 9 Apr 2024 15:39:20 +0200
Subject: [PATCH] add todo

---
 source/RobotAPI/libraries/skills/core/FluxioSkill.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/RobotAPI/libraries/skills/core/FluxioSkill.h b/source/RobotAPI/libraries/skills/core/FluxioSkill.h
index 16457603a..5045b75a3 100644
--- a/source/RobotAPI/libraries/skills/core/FluxioSkill.h
+++ b/source/RobotAPI/libraries/skills/core/FluxioSkill.h
@@ -17,8 +17,8 @@ namespace armarx
             std::string id;
             std::string name;
             std::string description = "";
-            std::string lastChanged;
-            bool executable = false;
+            std::string lastChanged; // TODO: chose a format to store in (that works with armarx)
+            bool executable = false; // TODO: change from explicit to implicit storing of executable state
             bool native = true;
             FluxioProvider *skillProviderPtr;
             std::vector<FluxioParameter> parameters = {};
-- 
GitLab