ami-iit
/
robotology-superbuild-this-is-not-the-repo-you-should-download-you-should-use-the-robotology-one
Public
forked from robotology/robotology-superbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Human Dynamics profile to superbuild (robotology#231)
- Loading branch information
Showing
7 changed files
with
138 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright (C) 2019 iCub Facility, Istituto Italiano di Tecnologia | ||
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT | ||
|
||
include(YCMEPHelper) | ||
include(FindOrBuildPackage) | ||
|
||
find_or_build_package(YARP QUIET) | ||
|
||
ycm_ep_helper(forcetorque-yarp-devices TYPE GIT | ||
STYLE GITHUB | ||
REPOSITORY robotology/forcetorque-yarp-devices.git | ||
TAG master | ||
COMPONENT iCub | ||
FOLDER robotology | ||
DEPENDS YARP | ||
CMAKE_CACHE_ARGS -DENABLE_ftshoe:BOOL=ON) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright (C) 2018 iCub Facility, Istituto Italiano di Tecnologia | ||
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT | ||
|
||
include(YCMEPHelper) | ||
include(FindOrBuildPackage) | ||
|
||
find_or_build_package(YARP QUIET) | ||
find_or_build_package(iDynTree QUIET) | ||
find_or_build_package(wearables QUIET) | ||
find_or_build_package(osqp QUIET) | ||
find_or_build_package(OsqpEigen QUIET) | ||
|
||
ycm_ep_helper(human-dynamics-estimation TYPE GIT | ||
STYLE GITHUB | ||
REPOSITORY robotology/human-dynamics-estimation.git | ||
TAG master | ||
COMPONENT human_dynamics | ||
FOLDER robotology | ||
DEPENDS iDynTree | ||
YARP | ||
wearables | ||
osqp | ||
OsqpEigen) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Copyright (C) 2019 iCub Facility, Istituto Italiano di Tecnologia | ||
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT | ||
|
||
include(YCMEPHelper) | ||
include(FindOrBuildPackage) | ||
|
||
ycm_ep_helper(human-gazebo TYPE GIT | ||
STYLE GITHUB | ||
REPOSITORY robotology/human-gazebo.git | ||
TAG master | ||
COMPONENT human_dynamics | ||
FOLDER robotology) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright (C) 2018 iCub Facility, Istituto Italiano di Tecnologia | ||
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT | ||
|
||
include(YCMEPHelper) | ||
include(FindOrBuildPackage) | ||
|
||
find_or_build_package(YARP QUIET) | ||
find_or_build_package(iDynTree QUIET) | ||
|
||
set(WEARABLES_CMAKE_ARGS "") | ||
if(WIN32) | ||
list(APPEND WEARABLES_CMAKE_ARGS -DXSENS_MVN_USE_SDK:BOOL=${ROBOTOLOGY_USES_XSENS_MVN_SDK} ) | ||
endif() | ||
|
||
ycm_ep_helper(wearables TYPE GIT | ||
STYLE GITHUB | ||
REPOSITORY robotology/wearables.git | ||
TAG master | ||
COMPONENT human_dynamics | ||
FOLDER robotology | ||
DEPENDS YARP | ||
iDynTree | ||
CMAKE_ARGS ${WEARABLES_CMAKE_ARGS}) |