Skip to content

Commit

Permalink
Add yarp-devices-ros repo (#1618)
Browse files Browse the repository at this point in the history
* Add yarp-devices-ros repo

* Add yarp-devices-ros to latest.releases.yaml

* Update latest.releases.yaml
  • Loading branch information
traversaro authored Mar 15, 2024
1 parent 3e0b2b8 commit e131566
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Buildyarp-devices-forcetorque.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2019 iCub Facility, Istituto Italiano di Tecnologia
# Copyright (C) Fondazione Istituto Italiano di Tecnologia
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

include(YCMEPHelper)
Expand Down
15 changes: 15 additions & 0 deletions cmake/Buildyarp-devices-ros.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (C) Fondazione 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(yarp-devices-ros TYPE GIT
STYLE GITHUB
REPOSITORY robotology/yarp-devices-ros.git
TAG master
COMPONENT core
FOLDER src
DEPENDS YARP)
1 change: 1 addition & 0 deletions cmake/RobotologySuperbuildLogic.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ endif()
# Core
if(ROBOTOLOGY_ENABLE_CORE)
find_or_build_package(YARP)
find_or_build_package(yarp-devices-ros)
find_or_build_package(ICUB)
find_or_build_package(ICUBcontrib)
find_or_build_package(icub-models)
Expand Down
4 changes: 4 additions & 0 deletions releases/latest.releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,7 @@ repositories:
type: git
url: https://github.com/ami-iit/resolve-robotics-uri-py.git
version: v0.2.0
yarp-devices-ros:
type: git
url: https://github.com/robotology/yarp-devices-ros.git
version: v3.9.0

0 comments on commit e131566

Please sign in to comment.