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
Merge requests
!72
ObjectPoseObserver
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ObjectPoseObserver
ObjectPoseObserver
into
master
Overview
2
Commits
6
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Merged
Rainer Kartmann
requested to merge
ObjectPoseObserver
into
master
4 years ago
Overview
2
Commits
6
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
3b00d3ea
Prev
Next
Show latest version
3 files
+
36
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
3b00d3ea
Add toIce() functions for AABB and OOBB
· 3b00d3ea
Rainer Kartmann
authored
4 years ago
source/RobotAPI/components/ObjectPoseObserver/ObjectPoseObserver.cpp
+
0
−
1
Options
@@ -30,7 +30,6 @@
#include
<RobotAPI/libraries/core/Pose.h>
#include
<RobotAPI/libraries/core/FramedPose.h>
#include
<RobotAPI/libraries/ArmarXObjects/ObjectInfo.h>
#include
"ice_conversions.h"
Loading