Skip to content

Commit bad19ba

Browse files
authored
Merge pull request #676 from robotology/bumprel
Release version 4.10.0
2 parents cb3521f + f204426 commit bad19ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo
55

66
## [Unreleased]
77

8+
## [4.10.0] - 2024-02-29
9+
810
### Added
911
- The `gazebo_yarp_controlboard` plugin gained support to load at runtime arbitrary couplings specified by a yarp device that exposes the [`yarp::dev::IJointCoupling`](https://github.com/robotology/yarp/blob/v3.9.0/src/libYARP_dev/src/yarp/dev/IJointCoupling.h#L16) interface. The name of the yarp device used to load the coupling is passed via the `device` parameter in the `COUPLING` group. For an example of PR that uses this new feature, check https://github.com/icub-tech-iit/ergocub-software/pull/178 .
1012
- The `gazebo_yarp_basestate` has been modified to be aligned w.r.t. of plugins in gazebo-yarp-plugins, supporting `disableImplicitNetworkWrapper` and `yarpDeviceName` parameters, and by supporting the use of `gazebo_yarp_robotinterface` plugin (https://github.com/robotology/gazebo-yarp-plugins/pull/675).

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ option(GAZEBO_YARP_PLUGINS_DISABLE_IMPLICIT_NETWORK_WRAPPERS "if enabled removes
88

99
# Project version
1010
set(${PROJECT_NAME}_MAJOR_VERSION 4)
11-
set(${PROJECT_NAME}_MINOR_VERSION 9)
11+
set(${PROJECT_NAME}_MINOR_VERSION 10)
1212
set(${PROJECT_NAME}_PATCH_VERSION 0)
1313

1414
set(${PROJECT_NAME}_VERSION

0 commit comments

Comments
 (0)