Skip to content

Commit

Permalink
Merge pull request #640 from robotology/fixyarp38
Browse files Browse the repository at this point in the history
Fix compatibility with YARP 3.8
  • Loading branch information
traversaro authored Nov 17, 2022
2 parents 46ddbda + b015bb3 commit b9c18f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo

## [Unreleased]

## [4.5.2] - 2022-11-17

### Fixed
- Fix compatibility with YARP 3.8 (https://github.com/robotology/gazebo-yarp-plugins/pull/640).

## [4.5.1] - 2022-08-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option(GAZEBO_YARP_PLUGINS_DISABLE_IMPLICIT_NETWORK_WRAPPERS "if enabled removes
# Project version
set(${PROJECT_NAME}_MAJOR_VERSION 4)
set(${PROJECT_NAME}_MINOR_VERSION 5)
set(${PROJECT_NAME}_PATCH_VERSION 1)
set(${PROJECT_NAME}_PATCH_VERSION 2)

set(${PROJECT_NAME}_VERSION
${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_VERSION})
Expand Down
2 changes: 1 addition & 1 deletion plugins/imu/include/yarp/dev/IMUDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define GAZEBOYARP_IMUDRIVER_H

#include <yarp/dev/DeviceDriver.h>
#include <yarp/dev/GenericSensorInterfaces.h>
#include <yarp/dev/IGenericSensor.h>
#include <yarp/dev/MultipleAnalogSensorsInterfaces.h>
#include <yarp/os/Stamp.h>
#include <yarp/dev/IPreciselyTimed.h>
Expand Down

0 comments on commit b9c18f4

Please sign in to comment.