Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Navigation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
Skills
Navigation
Merge requests
!38
human tracker skeleton
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
human tracker skeleton
feature/human-tracker
into
dev
Overview
6
Commits
42
Pipelines
0
Changes
1
Merged
Marius Baden
requested to merge
feature/human-tracker
into
dev
2 years ago
Overview
6
Commits
42
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
7c38b6f4
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7c38b6f4
Change human library CMake target due to naming conflict
· 7c38b6f4
Tobias Gröger
authored
2 years ago
source/armarx/navigation/human/CMakeLists.txt
0 → 100644
+
23
−
0
Options
# TODO remove teb_ once the ArmarX CMake migration is complete.
# Note: "human" is a library defined in VisionX
armarx_add_aron_library
(
teb_human_aron
ARON_FILES
aron/Human.xml
)
armarx_add_library
(
teb_human
DEPENDENCIES_PUBLIC
ArmarXCore
armarx_navigation::core
armarx_navigation::conversions
DEPENDENCIES_PRIVATE
range-v3::range-v3
SOURCES
types.cpp
aron_conversions.cpp
HEADERS
types.h
aron_conversions.h
shapes.h
)
Loading