Support "Assemble them all" trajectory generation from CAD
This commit is contained in:
parent
47773be8d4
commit
a38c3bec5a
42 changed files with 537 additions and 119 deletions
|
@ -44,7 +44,8 @@ class Frames(Workbench):
|
|||
self.toolcommands = [
|
||||
"ExportPlacementAndPropertiesCommand",
|
||||
"ExportGazeboModels",
|
||||
"InsertGraspPose"
|
||||
"InsertGraspPose",
|
||||
"ASM4StructureParsing"
|
||||
]
|
||||
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