Skip to content
Snippets Groups Projects
Commit cd44d916 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

added dmpcomponent proxy to variantinfo

parent 02b27e5f
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,14 @@ ...@@ -17,6 +17,14 @@
propertyName="RobotIKName" propertyName="RobotIKName"
propertyIsOptional="true" propertyIsOptional="true"
propertyDefaultValue="RobotIK" /> propertyDefaultValue="RobotIK" />
<Proxy include="RobotComponents/interface/components/DMPComponentBase.h"
humanName="DMP Control Component"
typeName="DMPComponentBasePrx"
memberName="dmpComponent"
getterName="getDMPComponent"
propertyName="DMPComponentName"
propertyIsOptional="true"
propertyDefaultValue="DMPComponent" />
<!-- <Proxy include="RobotComponents/interface/components/PathPlanner.h" <!-- <Proxy include="RobotComponents/interface/components/PathPlanner.h"
humanName="PathPlanner" humanName="PathPlanner"
typeName="ViewSelectionInterfacePrx" typeName="ViewSelectionInterfacePrx"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment