Skip to content

Commit 60311bf

Browse files
committed
Chore: Friendly name for planning skill
1 parent 9066777 commit 60311bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skiros2_std_skills/skiros2_std_skills/task_planner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class task_plan(SkillBase):
2020
primitive to be a compound skill.
2121
"""
2222
def createDescription(self):
23-
self.setDescription(TaskPlan(), self.__class__.__name__)
23+
self.setDescription(TaskPlan(), "Task Planning from PDDL Goal")
2424
self._expand_on_start = True
2525
self._skill_to_expand = None
2626

0 commit comments

Comments
 (0)