Skip to content
Snippets Groups Projects
Commit 1a2580dd authored by Raphael's avatar Raphael
Browse files

add VariantInfo for the robot unit and lvl1trajectorycontroller

parent 025e4899
No related branches found
No related tags found
1 merge request!26Rt robot unit v2
......@@ -107,6 +107,21 @@
propertyName="HeadIKUnitName"
propertyIsOptional="true"
propertyDefaultValue="HeadIKUnit" />
<Proxy include="RobotAPI/interface/units/RobotUnit/RobotUnitInterface.h"
humanName="Robot Unit"
typeName="RobotUnitInterfacePrx"
memberName="robotUnit"
getterName="getRobotUnit"
propertyName="RobotUnitName"
propertyIsOptional="false" />
<Proxy include="RobotAPI/interface/units/RobotUnit/LVL1TrajectoryController.h"
humanName="LVL1 Trajectory Controller"
typeName="LVL1TrajectoryControllerInterfacePrx"
memberName="LVL1TrajectoryController"
getterName="getLVL1TrajectoryController"
propertyName="LVL1TrajectoryControllerName"
propertyIsOptional="true"
propertyDefaultValue="LVL1TrajectoryController" />
<Proxy include="RobotAPI/interface/core/RobotState.h"
humanName="Robot State Component"
typeName="RobotStateComponentInterfacePrx"
......
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