Skip to content
Snippets Groups Projects
Commit 50b58871 authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

Merge branch 'master' of https://gitlab.com/ArmarX/RobotAPI

parents 4aae7f06 5ef16a80
No related branches found
No related tags found
No related merge requests found
......@@ -264,14 +264,21 @@
propertyName="TextToSpeechTopicName"
propertyIsOptional="true"
propertyDefaultValue="TextToSpeech" />
<Proxy include="RobotAPI/interface/components/DSObstacleAvoidanceInterface.h"
humanName="Platform obstacle avoidance"
<Proxy include="RobotAPI/interface/components/ObstacleAvoidance/ObstacleAvoidanceInterface.h"
humanName="Platform obstacle avoidance interface"
typeName="ObstacleAvoidanceInterfacePrx"
memberName="platformObstacleAvoidance"
getterName="getPlatformObstacleAvoidance"
propertyName="PlatformObstacleAvoidanceName"
propertyIsOptional="true"
propertyDefaultValue="PlatformObstacleAvoidance" />
<Proxy include="RobotAPI/interface/components/ObstacleAvoidance/ObstacleDetectorInterface.h"
humanName="Platform obstacle detection interface"
typeName="ObstacleDetectionInterfacePrx"
memberName="platformObstacleDetection"
getterName="getPlatformObstacleDetection"
propertyName="PlatformObstacleDetectionName"
propertyDefaultValue="PlatformObstacleAvoidance" />
<Proxy include="RobotAPI/interface/observers/GraspCandidateObserverInterface.h"
humanName="Grasp Candidate Observer"
typeName="grasping::GraspCandidateObserverInterfacePrx"
......
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