Skip to content

Commit d9e038b

Browse files
committed
Bump to YARP 3.8+
1 parent a17fffb commit d9e038b

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
matrix:
3434
os: [ubuntu-20.04, ubuntu-22.04]
3535
robotology:
36-
- { yarp: yarp-3.7, cmake: 3.16.x }
3736
- { yarp: yarp-3.8, cmake: 3.16.x }
38-
- { yarp: master, cmake: 3.16.x }
37+
- { yarp: yarp-3.9, cmake: 3.16.x }
38+
- { yarp: master, cmake: 3.19.x }
3939
compiler:
4040
- { cc: gcc, cxx: g++ }
4141
- { cc: clang, cxx: clang++ }
@@ -84,7 +84,7 @@ jobs:
8484
run: sudo apt-get install -qq ccache libboost-thread-dev libeigen3-dev
8585

8686
- name: Set up CMake
87-
uses: jwlawson/actions-setup-cmake@v1
87+
uses: jwlawson/actions-setup-cmake@v2
8888
with:
8989
cmake-version: ${{matrix.robotology.cmake}}
9090

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake
2828

2929
# Hard dependencies.
3030
find_package(YCM 0.11 REQUIRED)
31-
find_package(YARP 3.7 REQUIRED COMPONENTS os dev)
31+
find_package(YARP 3.8 REQUIRED COMPONENTS os dev)
3232

3333
# Soft dependencies.
3434
find_package(AMOR_API QUIET)

doc/amor-yarp-devices-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
First install the dependencies:
44
- [Install CMake 3.16+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/docs/install-cmake.md/)
55
- [Install YCM 0.11+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/docs/install-ycm.md/)
6-
- [Install YARP 3.7+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/docs/install-yarp.md/)
6+
- [Install YARP 3.8+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/docs/install-yarp.md/)
77
- [Install AMOR-API](https://github.com/roboticslab-uc3m/amor-api) (private)
88

99
For unit testing, you'll need the googletest source package. Refer to [Install googletest](https://github.com/roboticslab-uc3m/installation-guides/blob/master/docs/install-googletest.md/).

libraries/YarpPlugins/AmorCartesianControl/DeviceDriverImpl.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
#include <string>
66

7-
#include <yarp/conf/version.h>
8-
97
#include <yarp/os/Bottle.h>
108
#include <yarp/os/LogStream.h>
119
#include <yarp/os/Property.h>

0 commit comments

Comments
 (0)