Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
RobotAPI
Commits
b10c7d30
Commit
b10c7d30
authored
3 years ago
by
Christoph Pohl
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.com:ArmarX/RobotAPI
parents
5a505b03
b48f27ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/RobotAPI/VariantInfo-RobotAPI.xml
+29
-1
29 additions, 1 deletion
data/RobotAPI/VariantInfo-RobotAPI.xml
source/RobotAPI/gui-plugins/SkillManagerPlugin/CMakeLists.txt
+7
-1
7 additions, 1 deletion
...ce/RobotAPI/gui-plugins/SkillManagerPlugin/CMakeLists.txt
with
36 additions
and
2 deletions
data/RobotAPI/VariantInfo-RobotAPI.xml
+
29
−
1
View file @
b10c7d30
...
...
@@ -17,6 +17,13 @@
<Variant
baseType=
"::armarx::TrajectoryBase"
dataType=
"::armarx::Trajectory"
humanName=
"Trajectory"
include=
"RobotAPI/libraries/core/Trajectory.h"
/>
</Lib>
<Lib
name=
"RobotAPIInterfaces"
>
<Class
typeName=
"NJointCartesianWaypointControllerConfig"
include=
"RobotAPI/interface/units/RobotUnit/NJointCartesianWaypointController.h"
/>
<Class
typeName=
"FramedPoseBase"
include=
"RobotAPI/interface/core/FramedPoseBase.h"
/>
<Class
typeName=
"Vector3Base"
include=
"RobotAPI/libraries/core/Pose.h"
/>
<Class
typeName=
"QuaternionBase"
include=
"RobotAPI/libraries/core/Pose.h"
/>
<Class
typeName=
"armarx::viz::data::Element"
include=
"RobotAPI/interface/ArViz/Elements.h"
/>
<Class
typeName=
"armarx::viz::data::LayerUpdate"
include=
"RobotAPI/interface/ArViz/Component.h"
/>
<Proxy
include=
"RobotAPI/interface/units/KinematicUnitInterface.h"
humanName=
"Kinematic Unit"
typeName=
"KinematicUnitInterfacePrx"
...
...
@@ -195,6 +202,16 @@
propertyName=
"NJointTrajectoryControllerName"
propertyIsOptional=
"true"
propertyDefaultValue=
"NJointTrajectoryController"
/>
<Proxy
include=
"RobotAPI/interface/units/RobotUnit/NJointCartesianWaypointController.h"
humanName=
"NJoint Cartesian Waypoint Controller"
typeName=
"NJointCartesianControllerInterfacePrx"
memberName=
"NJointCartesianWaypointController"
getterName=
"getNJointCartesianWaypointController"
propertyName=
"NJointCartesianWaypointControllerName"
propertyIsOptional=
"true"
propertyDefaultValue=
"NJointCartesianWaypointController"
/>
<Proxy
include=
"RobotAPI/interface/core/RobotState.h"
humanName=
"Robot State Component"
typeName=
"RobotStateComponentInterfacePrx"
...
...
@@ -264,6 +281,17 @@
propertyIsOptional=
"true"
propertyDefaultValue=
"ArVizTopic"
>
</Topic>
<Proxy
include=
"RobotAPI/interface/ArViz/Component.h"
humanName=
"ArViz Storage"
typeName=
"armarx::viz::StorageInterfacePrx"
memberName=
"storageProxy"
getterName=
"getStorageProxy"
propertyName=
"StorageName"
propertyIsOptional=
"true"
propertyDefaultValue=
"ArViz"
>
</Proxy>
<Topic
include=
"RobotAPI/interface/speech/SpeechInterface.h"
humanName=
"Text to Speech Topic"
typeName=
"TextListenerInterfacePrx"
...
...
@@ -298,7 +326,7 @@
propertyDefaultValue=
"DynamicObstacleManager"
/>
<Proxy
include=
"RobotAPI/interface/observers/GraspCandidateObserverInterface.h"
humanName=
"Grasp Candidate Observer"
typeName=
"grasping::GraspCandidateObserverInterfacePrx"
typeName=
"
armarx::
grasping::GraspCandidateObserverInterfacePrx"
memberName=
"graspCandidateObserver"
getterName=
"getGraspCandidateObserver"
propertyName=
"GraspCandidateObserverName"
...
...
This diff is collapsed.
Click to expand it.
source/RobotAPI/gui-plugins/SkillManagerPlugin/CMakeLists.txt
+
7
−
1
View file @
b10c7d30
...
...
@@ -37,7 +37,13 @@ set(GUI_UIS
)
# Add more libraries you depend on here, e.g. ${QT_LIBRARIES}.
set
(
COMPONENT_LIBS RobotAPIInterfaces aron skills aronjsonconverter SimpleConfigDialog
)
set
(
COMPONENT_LIBS
RobotAPIInterfaces
aron
RobotAPISkills
aronjsonconverter
SimpleConfigDialog
)
if
(
ArmarXGui_FOUND
)
armarx_gui_plugin
(
"
${
LIB_NAME
}
"
"
${
SOURCES
}
"
""
"
${
GUI_UIS
}
"
""
"
${
COMPONENT_LIBS
}
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment