-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gazebo_yarp_forcetorque] Expose fake temperature measurement #656
[gazebo_yarp_forcetorque] Expose fake temperature measurement #656
Conversation
|
The device fails when trying to use a I'm using a separate wrapper while disabling the implicit wrapper! I'm not sure what's missing.. CC @traversaro |
Now it's working as expected. |
@@ -7,6 +7,10 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo | |||
|
|||
## [4.7.0] - 2023-06-05 | |||
|
|||
### Added | |||
|
|||
- The `gazebo_yarp_forcetorque` plugin now exposes also the `yarp::dev::ITemperatureSensors` interface, so it can stream fake temperature values (https://github.com/robotology/gazebo-yarp-plugins/pull/656). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move this in the [Unreleased]
section? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, my bad!
Fixed in a56ab09
Just a minor comment. |
Addresses #654