Gazebo Export Package restucturing
This commit is contained in:
parent
2111b33c75
commit
e2da384085
5 changed files with 186 additions and 91 deletions
|
@ -14,7 +14,8 @@ class ARBench(Workbench):
|
|||
self.framecommands = ["FrameCommand",
|
||||
"AllPartFramesCommand",
|
||||
"FeatureFrameCommand"]
|
||||
self.toolcommands = ["ExportPartInfoAndFeaturesDialogueCommand"]
|
||||
self.toolcommands = ["ExportPartInfoAndFeaturesDialogueCommand",
|
||||
"ExportGazeboModels"]
|
||||
self.appendToolbar("AR Frames", self.framecommands)
|
||||
self.appendToolbar("AR Tools", self.toolcommands)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue