-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
482653c
commit a25f390
Showing
6 changed files
with
59 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Nightly Merge | ||
uses: robotology/[email protected] | ||
with: | ||
stable_branch: 'master' | ||
stable_branch: 'yarp-3.8' | ||
development_branch: 'master' | ||
allow_ff: false | ||
user_name: 'robotology-bot' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,12 +131,12 @@ The list of committers in the YARP repository (ordered by number of commit) is: | |
Daniel Krieg | ||
Fabio Valla | ||
Simone Girardi | ||
robotology-bot (Tag Repository Action) | ||
Prashanth Ramadoss | ||
Alexandros Paraschos | ||
Plinio Moreno | ||
Valentina Vasco | ||
Yeshasvi Tirupachuri | ||
robotology-bot (Tag Repository Action) | ||
Giovanni Saponaro | ||
Giulia Vezzani | ||
Jonas Ruesch | ||
|
@@ -168,6 +168,7 @@ The list of committers in the YARP repository (ordered by number of commit) is: | |
Mohamed Babiker Mohamed Elobaid | ||
Naeem Assif Mirza | ||
Ze Ji | ||
fbrand-new | ||
Austin Kothig | ||
Carlo Ciliberto | ||
Carlotta Sartore | ||
|
@@ -191,11 +192,10 @@ The list of committers in the YARP repository (ordered by number of commit) is: | |
Simone | ||
Vítor Galvão | ||
Zero King | ||
fbrand-new | ||
|
||
The list of copyright holders for YARP is: | ||
Copyright (C) 1995, 2000, 2003, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2023 | ||
Istituto Italiano di Tecnologia (IIT) (2803 files) | ||
Istituto Italiano di Tecnologia (IIT) (2805 files) | ||
RobotCub Consortium (766 files) | ||
Daniel Krieg <[email protected]> (16 files) | ||
Anne van Rossum <[email protected]> (11 files) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
YARP 3.8.1 (2023-06-05) {#v3_8_1} | ||
======================= | ||
|
||
[TOC] | ||
|
||
YARP 3.8.1 Release Notes | ||
======================== | ||
|
||
|
||
A (partial) list of bug fixed and issues resolved in this release can be found | ||
[here](https://github.com/robotology/yarp/issues?q=label%3A%22Fixed+in%3A+YARP+v3.8.1%22). | ||
|
||
Bug Fixes | ||
--------- | ||
|
||
### tools | ||
|
||
#### `yarpmotorgui` | ||
|
||
* Fixed an issue regarding high CPU usage (#2955). | ||
|
||
### devices | ||
|
||
#### multipleanalogsensorsserver | ||
|
||
Fixed bug that resulted in a segmentation fault if one of the device to which | ||
`multipleanalogsensorsserver` was attached did not resized the measure vector. | ||
|
||
#### serialPort_nws_yarp serialPort_nwc_yarp | ||
|
||
Fixed segfault in serialPort_nws_yarp if devices is used but not attached yet. | ||
Fixed communication with serialPort_nwc_yarp. | ||
|
||
#### opencv_grabber | ||
|
||
Removed use of highgui.h include file. | ||
|
||
Contributors | ||
------------ | ||
|
||
This is a list of people that contributed to this release (generated from the | ||
git history using `git shortlog -ens --no-merges v3.8.0..v3.8.1`): | ||
|
||
``` | ||
8 Marco Randazzo <[email protected]> | ||
5 Silvio Traversaro <[email protected]> | ||
2 Nicolò Genesio <[email protected]> | ||
2 robotology-bot (Tag Repository Action) <[email protected]> | ||
1 Bartek Łukawski <[email protected]> | ||
1 Ugo Pattacini <[email protected]> | ||
1 fbrand-new <[email protected]> | ||
``` |
This file was deleted.
Oops, something went wrong.