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
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Leander Singer
RobotAPI
Commits
a8167e19
Commit
a8167e19
authored
3 years ago
by
Rainer Kartmann
Browse files
Options
Downloads
Patches
Plain Diff
Add overloads for ice types
parent
bec29dbe
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
source/RobotAPI/libraries/ArmarXObjects/ObjectPose.h
+2
-0
2 additions, 0 deletions
source/RobotAPI/libraries/ArmarXObjects/ObjectPose.h
source/RobotAPI/libraries/GraspingUtility/CMakeLists.txt
+5
-0
5 additions, 0 deletions
source/RobotAPI/libraries/GraspingUtility/CMakeLists.txt
with
7 additions
and
0 deletions
source/RobotAPI/libraries/ArmarXObjects/ObjectPose.h
+
2
−
0
View file @
a8167e19
...
...
@@ -139,5 +139,7 @@ namespace armarx::objpose
ObjectPose
*
findObjectPoseByID
(
ObjectPoseSeq
&
objectPoses
,
const
ObjectID
&
id
);
const
ObjectPose
*
findObjectPoseByID
(
const
ObjectPoseSeq
&
objectPoses
,
const
ObjectID
&
id
);
data
::
ObjectPose
*
findObjectPoseByID
(
data
::
ObjectPoseSeq
&
objectPoses
,
const
armarx
::
data
::
ObjectID
&
id
);
const
data
::
ObjectPose
*
findObjectPoseByID
(
const
data
::
ObjectPoseSeq
&
objectPoses
,
const
armarx
::
data
::
ObjectID
&
id
);
}
This diff is collapsed.
Click to expand it.
source/RobotAPI/libraries/GraspingUtility/CMakeLists.txt
+
5
−
0
View file @
a8167e19
...
...
@@ -8,6 +8,7 @@ armarx_add_library(
RobotStatechartHelpers
# Contains RobotNameHelper
RobotAPI::armem
RobotAPI::ArmarXObjects
SOURCES box_to_grasp_candidates.cpp
grasp_candidate_drawer.cpp
GraspCandidateHelper.cpp
...
...
@@ -15,14 +16,18 @@ armarx_add_library(
aron_conversions.cpp
GraspCandidateWriter.cpp
GraspCandidateReader.cpp
GraspCandidateVisu.cpp
HEADERS box_to_grasp_candidates.h
box_to_grasp_candidates.ipp
grasp_candidate_drawer.h
GraspCandidateHelper.h
BimanualGraspCandidateHelper.h
aron_conversions.h
GraspCandidateWriter.h
GraspCandidateReader.h
GraspCandidateVisu.h
)
armarx_enable_aron_file_generation_for_target
(
TARGET_NAME
...
...
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