-
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
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
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 <marco.randazzo@iit.it> | ||
5 Silvio Traversaro <silvio.traversaro@iit.it> | ||
2 Nicolò Genesio <nicolo.genesio@iit.it> | ||
2 robotology-bot (Tag Repository Action) <robotology@iit.it> | ||
1 Bartek Łukawski <bwmn.peter@gmail.com> | ||
1 Ugo Pattacini <ugo.pattacini@iit.it> | ||
1 fbrand-new <francesco.brand@iit.it> | ||
``` |
This file was deleted.
Oops, something went wrong.