Added GraspPose.py as module and UI button; SDF export with another placements
This commit is contained in:
parent
32e9b53fad
commit
8bf8235add
4 changed files with 188 additions and 157 deletions
|
@ -15,7 +15,8 @@ class ARBench(Workbench):
|
|||
"AllPartFramesCommand",
|
||||
"FeatureFrameCommand"]
|
||||
self.toolcommands = ["ExportPartInfoAndFeaturesDialogueCommand",
|
||||
"ExportGazeboModels"]
|
||||
"ExportGazeboModels",
|
||||
"InsertGraspPose"]
|
||||
self.appendToolbar("AR Frames", self.framecommands)
|
||||
self.appendToolbar("AR Tools", self.toolcommands)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue