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
!444
Chore/armem robot state lib
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Chore/armem robot state lib
chore/armem_robot_state_lib
into
master
Overview
3
Commits
3
Pipelines
2
Changes
4
Merged
Fabian Reister
requested to merge
chore/armem_robot_state_lib
into
master
11 months ago
Overview
3
Commits
3
Pipelines
2
Changes
4
Expand
0
0
Merge request reports
Viewing commit
c23d4bd4
Prev
Next
Show latest version
4 files
+
18
−
41
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
c23d4bd4
modernizing cmakelists (Simox and Eigen usage)
· c23d4bd4
Fabian Reister
authored
11 months ago
source/RobotAPI/components/DSObstacleAvoidance/CMakeLists.txt
+
1
−
3
Options
@@ -11,9 +11,6 @@ endif()
find_package
(
Simox QUIET
)
armarx_build_if
(
Simox_FOUND
"Simox not available"
)
if
(
Simox_FOUND
)
include_directories
(
${
Simox_INCLUDE_DIR
}
)
endif
()
find_package
(
PythonLibs 3.6 QUIET
)
armarx_build_if
(
PYTHONLIBS_FOUND
"Python libs not available"
)
@@ -26,6 +23,7 @@ set(COMPONENT_LIBS
RobotAPIComponentPlugins
RobotAPIInterfaces
dynamic_obstacle_avoidance
Simox::SimoxUtility
)
set
(
SOURCES DSObstacleAvoidance.cpp
)
Loading