We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f4ed0 commit eec31c4Copy full SHA for eec31c4
skiros2_std_skills/skiros2_std_skills/thread_primitive.py
@@ -73,6 +73,13 @@ def execute(self):
73
# Send any exception to the skiros gui.
74
return self.fail(self.exception_msg, -1)
75
76
+ def set_progress_message(self, msg):
77
+ """
78
+ @brief Set the progress message which will be reported by the
79
+ skill
80
81
+ self.status = msg
82
+
83
@final
84
def _run(self):
85
self._skill_state = self.run()
0 commit comments