-
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.
Merge pull request #3155 from robotology/layered_image
Layered Image
- Loading branch information
Showing
11 changed files
with
991 additions
and
35 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 |
---|---|---|
@@ -1,5 +1,37 @@ | ||
master {#master} | ||
----------- | ||
YARP <yarp-3.11> (UNRELEASED) {#yarp_3_11} | ||
============================ | ||
|
||
* Branch changes | ||
The angular acceleration and linear velocity values measured by a particular sensor can now be extracted and used via the sensor remapper. | ||
[TOC] | ||
|
||
YARP <yarp-3.11> 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+yarp-3.10%22). | ||
|
||
Fixes | ||
----- | ||
|
||
New Features | ||
------------ | ||
|
||
### devices | ||
|
||
#### multiplenalogsensorremapper | ||
|
||
* The angular acceleration and linear velocity values measured by a sensor can now be extracted and used via the sensor remapper. | ||
* Also involves `multipleanalogsensorclient` and `multipleanalogsensorserver` as a breaking change. | ||
|
||
### GUIs | ||
|
||
#### `yarpopencvdisplay` | ||
|
||
* `yarpopencvdisplay` is now able to display a `yarp::sig::LayeredImage` | ||
|
||
### Libraries | ||
|
||
#### `libYARP_sig` | ||
|
||
* added new datatype `yarp::sig::LayeredImage` | ||
* added `yarp::sig::utils::sum()` to transform `yarp::sig::LayeredImage` to `yarp::sig::Image` |
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
Oops, something went wrong.