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

fixed obstacle avoidance error and added manager to variant info

parent 50b58871
No related branches found
No related tags found
No related merge requests found
......@@ -279,6 +279,13 @@
getterName="getPlatformObstacleDetection"
propertyName="PlatformObstacleDetectionName"
propertyDefaultValue="PlatformObstacleAvoidance" />
<Proxy include="RobotAPI/interface/components/ObstacleAvoidance/DynamicObstacleManagerInterface.h"
humanName="Dynamic obstacle manager interface"
typeName="DynamicObstacleManagerInterfacePrx"
memberName="dynamicObstacleManager"
getterName="getDynamicObstacleManager"
propertyName="DynamicObstacleManagerName"
propertyDefaultValue="DynamicObstacleManager" />
<Proxy include="RobotAPI/interface/observers/GraspCandidateObserverInterface.h"
humanName="Grasp Candidate Observer"
typeName="grasping::GraspCandidateObserverInterfacePrx"
......
......@@ -46,7 +46,7 @@
// RobotAPI
#include <RobotAPI/components/units/PlatformUnit.h>
#include <RobotAPI/interface/components/ObstacleAvoidanceInterface.h>
#include <RobotAPI/interface/components/ObstacleAvoidance/ObstacleAvoidanceInterface.h>
#include <RobotAPI/libraries/core/PIDController.h>
#include <RobotAPI/libraries/RobotAPIComponentPlugins/ArVizComponentPlugin.h>
#include <RobotAPI/libraries/RobotAPIComponentPlugins/RobotStateComponentPlugin.h>
......
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