Skip to content

Commit

Permalink
Pull new amor-yarp-devices repo
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored Dec 3, 2023
1 parent c1e746c commit 71d40f0
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ include(FindOrBuildPackage)

# Pull remote packages if not found on system.
find_or_build_package(AMOR_API)
find_or_build_package(AMOR_YARP_DEVICES)
find_or_build_package(AMOR_CONFIGURATION_FILES)
find_or_build_package(AMOR_OPENRAVE_MODELS)
find_or_build_package(ROBOTICSLAB_DEVELOPER_MANUAL)
Expand Down
1 change: 0 additions & 1 deletion cmake/ycm-modules/BuildAMOR_API.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include(YCMEPHelper)


ycm_ep_helper(AMOR_API TYPE GIT
STYLE GITHUB
REPOSITORY roboticslab-uc3m/amor-api.git
Expand Down
11 changes: 11 additions & 0 deletions cmake/ycm-modules/BuildAMOR_YARP_DEVICES.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
include(YCMEPHelper)
include(FindOrBuildPackage)

find_or_build_package(YARP QUIET)
find_or_build_package(ROBOTICSLAB_KINEMATICS_DYNAMICS QUIET)

ycm_ep_helper(AMOR_YARP_DEVICES TYPE GIT
STYLE GITHUB
REPOSITORY roboticslab-uc3m/amor-yarp-devices.git
TAG master
DEPENDS "YARP;ROBOTICSLAB_KINEMATICS_DYNAMICS")
3 changes: 1 addition & 2 deletions cmake/ycm-modules/BuildROBOTICSLAB_KINEMATICS_DYNAMICS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ include(FindOrBuildPackage)

find_or_build_package(orocos_kdl QUIET)
find_or_build_package(YARP QUIET)
find_or_build_package(AMOR_API QUIET)
find_or_build_package(ROBOTICSLAB_YARP_DEVICES QUIET) # proximity sensors

ycm_ep_helper(ROBOTICSLAB_KINEMATICS_DYNAMICS TYPE GIT
STYLE GITHUB
REPOSITORY roboticslab-uc3m/kinematics-dynamics.git
TAG master
DEPENDS "orocos_kdl;YARP;AMOR_API;ROBOTICSLAB_YARP_DEVICES")
DEPENDS "orocos_kdl;YARP;ROBOTICSLAB_YARP_DEVICES")
3 changes: 1 addition & 2 deletions cmake/ycm-modules/BuildROBOTICSLAB_YARP_DEVICES.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ include(YCMEPHelper)
include(FindOrBuildPackage)

find_or_build_package(YARP QUIET)
find_or_build_package(AMOR_API QUIET)

ycm_ep_helper(ROBOTICSLAB_YARP_DEVICES TYPE GIT
STYLE GITHUB
REPOSITORY roboticslab-uc3m/yarp-devices.git
TAG master
DEPENDS "YARP;AMOR_API")
DEPENDS YARP)
1 change: 1 addition & 0 deletions doc/amor-main-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ First install the dependencies:
Additionally, this project depends on YCM to download and build external packages. Although this process is intended to run automatically during the CMake configuration phase, you may still want to install YCM and said packages by yourself. In that respect, refer to [Install YCM](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-ycm.md) and to the installation guides of any package listed below:

- [amor-api](https://github.com/roboticslab-uc3m/amor-api) (private)
- [amor-yarp-devices](https://github.com/roboticslab-uc3m/amor-yarp-devices)
- [amor-configuration-files](https://github.com/roboticslab-uc3m/amor-configuration-files)
- [amor-openrave-models](https://github.com/roboticslab-uc3m/amor-openrave-models)
- [developer-manual](https://github.com/roboticslab-uc3m/developer-manual)
Expand Down

0 comments on commit 71d40f0

Please sign in to comment.