You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[4.0.0] - 2021-09-03
Added
The multicamera plugin now implements the yarp::dev::IRgbVisualParams interface (#558).
The controlboard and multicamera plugins now handle the yarpDeviceName parameter (#559).
Changed
gazebo_yarp_multicamera, gazebo_yarp_lasersensor, gazebo_yarp_doublelaser, gazebo_yarp_controlboard and gazebo_yarp_depthCamera plugins now log messages using the "Log Components" YARP logging feature.
A cmake option (GAZEBO_YARP_PLUGINS_DISABLE_IMPLICIT_NETWORK_WRAPPERS) has been added, if this option is enabled then implicit wrappers present ingazebo_yarp_multicamera, gazebo_yarp_lasersensor, gazebo_yarp_controlboard and gazebo_yarp_depthCamera are removed, the new way to have them is to attach the new nws to gazebo devices via yarprobotinterface.
In the gazebo_yarp_controlboard plugin configuration, if the [VELOCITY_CONTROL] group is present the velocityControlImplementationType parameter is now compulsory, and model loading will fail if it is not set.
Fixed
Fixed the getRgbIntrinsicParam method in the depthCamera plugin when the distortion is not set (#558).
The property returned by getRgbIntrinsicParam(), now contains rectificationMatrix instead of rectificationMatrix (#558, see also robotology/yarp#2593).
Removed
The gazebo_yarp_jointsensors and the gazebo_yarp_doublelaser have been removed (#574).
The support for Gazebo 9 and 10 has been removed. gazebo-yarp-plugins now requires Gazebo 11 (#575).