Gazebo Export Package restucturing

This commit is contained in:
Igor Brylyov 2022-02-07 20:54:17 +00:00
parent 2111b33c75
commit e2da384085
5 changed files with 186 additions and 91 deletions

View file

@ -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)