Skip to content
Snippets Groups Projects
Commit bdb5f586 authored by Markus Grotz's avatar Markus Grotz
Browse files

added IMU to VariantInfo

parent a9a58297
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,14 @@
getterName="getKinematicUnit"
propertyName="KinematicUnitName"
propertyIsOptional="false" />
<Proxy include="RobotAPI/interface/units/InertialMeasurementUni.h"
humanName="Inertial Measurement Unit"
typeName="InertialMeasurementUnitInterfacePrx"
memberName="inertialMeasurementUnit"
getterName="getIMU"
propertyName="IMUObserverName"
propertyIsOptional="true"
propertyDefaultValue="IMUValues" />
<Proxy include="RobotAPI/interface/units/ForceTorqueUnit.h"
humanName="Force Torque Unit Observer"
typeName="ForceTorqueUnitObserverInterfacePrx"
......
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