Skip to content

Commit

Permalink
Document multipleanalogsensorsclient and shmem changes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 25, 2024
1 parent 3ce42a9 commit 6b71b37
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/release/master.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ New Features
* Removed h264 Carrier
* Added gstreamer carrier with extended functionalities.
* Added new gstreamers plugins: yarpvideosource, yarpvidepassthrough, yarpvideosink
* Fixed segfault on disconnection with shmem carrier.

### Devices

Expand Down Expand Up @@ -98,7 +99,11 @@ New Features

#### FakePythonSpeechTranscription

* Added new device `FakePythonSpeechTranscription`. The device is also an example which demonstrates the encapsulation of python code inside a c++ device implementing a Yarp interface.
* Added new device `FakePythonSpeechTranscription`. The device is also an example which demonstrates the encapsulation of python code inside a c++ device implementing a Yarp interface.

#### multipleanalogsensorsclient

* Always establish the `rpc` connection with the `tcp` carrier, instead of using the `carrier` option as done in YARP <= 3.9 .

### GUIs

Expand Down

0 comments on commit 6b71b37

Please sign in to comment.