Сделан и подключен генератор PDDL-доменов
This commit is contained in:
parent
8dfbe38878
commit
9eaf12a4fa
13 changed files with 787 additions and 100 deletions
|
@ -46,9 +46,15 @@ class Frames(Workbench):
|
|||
]
|
||||
self.toolcommands = [
|
||||
"ExportPlacementAndPropertiesCommand",
|
||||
"Export_Entities",
|
||||
"ExportGazeboModels",
|
||||
"InsertGraspPose",
|
||||
"ASM4StructureParsing"
|
||||
"ASM4StructureParsing",
|
||||
"PDDL_CreateTypes",
|
||||
"PDDL_CreateParameters",
|
||||
"PDDL_CreateAction",
|
||||
"PDDL_CreatePredicate",
|
||||
"PDDL_CreateDurativeAction"
|
||||
]
|
||||
self.appendToolbar(f"{__class__.__name__} Frames", self.framecommands)
|
||||
self.appendToolbar(f"{__class__.__name__} Tools", self.toolcommands)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue